PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Truetype Fonts (TTF) ändern (Bsp. SUSE 8.2)



TERRYHOAX
01.10.03, 08:01
Hier mal ein kurze Anleitung wie man neue Truetype Fonts einrichtet:

a) Kopieren von z.B. windows [Pfad]/Windows/fonts (alle .ttf) nach /usr/X11R6/lib/X11/fonts/truetype

b) Kontrollzentrum -> Systemverwaltung -> Schriften-Installation: Systemverwaltungsmodus anklicken (ganz unten links)
-> Schriften: Erweiterter Modus (mit eingebauter Schriftauswahl): Ordner "Truetype" aktivieren (überall Häkchen)
-> Anwenden

c) Kontrollzentrum -> Erscheinungsbild & Design -> Schriften anpassen auf Arial

d) Mozillas Schriften konfigurieren -> Unix.js anpassen

Unix.js anpassen:

// TrueType
pref("font.FreeType2.enable", true); <- ändern von false auf true
pref("font.freetype2.shared-library", "libfreetype.so.6");
// if libfreetype was built without hinting compiled in
// it is best to leave hinting off
pref("font.FreeType2.autohinted", true); <- dto.
pref("font.FreeType2.unhinted", true);
// below a certian pixel size anti-aliased fonts produce poor results
pref("font.antialias.min", 13); <-testen: 8
pref("font.embedded_bitmaps.max", 1000000);
pref("font.scale.tt_bitmap.dark_text.min", 70);
pref("font.scale.tt_bitmap.dark_text.gain", "0.38");
// sample prefs for TrueType font dirs
//pref("font.directory.truetype.1", "/u/sam/tt_font1");
//pref("font.directory.truetype.2", "/u/sam/tt_font2");
//pref("font.directory.truetype.3", "/u/sam/tt_font3");
pref("font.directory.truetype.1", "/usr/X11R6/lib/X11/fonts/truetype"); <- Directory für TTF
pref("font.FreeType2.printing", true);

e) Mozilla starten -> Preferences -> Appearance -> Fonts
(Beispiel)
-Western
-Serif 16
-Mono Times New Roman ISO8859-1
-Mono Arial ISO8859-1
-Mono Arial ISO8859-1
-Mono Courier New ISO8859-1 13
14
-allow documents to use other fonts
-display resolution 96 dpi


Schöne Grüße

Terry

gladiac
08.10.03, 10:28
MSFONTS -> http://avi.alkalay.net/software/msfonts/