PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Mozilla: Schriftarten von Windows und Startup Script



gladiac
19.01.03, 19:59
Truetype fonts for mozilla:

edit
mozilla/default/prefs/unix.js

/ TrueType
pref("font.FreeType2.enable", 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", false);
pref("font.FreeType2.unhinted", false);
// below a certian pixel size anti-aliased fonts produce poor results
pref("font.antialias.min", 6);
pref("font.embedded_bitmaps.max", 1000000);
pref("font.scale.tt_bitmap.dark_text.min", 64);
pref("font.scale.tt_bitmap.dark_text.gain", "0.05");
// sample prefs for TrueType font dirs
pref("font.directory.truetype.1", "/usr/X11R6/lib/X11/fonts/TTF");
pref("font.directory.truetype.2", "/usr/X11R6/lib/X11/fonts/truetype");

Click Edit on toolbar> Preferences> Appearence> Fonts, make the following changes
Fonts for: Western
Typeface
Proportional: Serif, Size: 16
Serif: Agfa Mono-times new roman-iso8859-1
Sans-Serif: Mono-arial-iso8859-1
Cursive: Mono-arial-iso8859-1
Fantasy: Monotype-bookman old style-iso8859-1
Monospace: adobe-courier-iso8859-1, Size: 12
Minimum font size: None
Check Allow document to use other fonts
Display resolution: System setting

des sind meine Einstellungen, falls jemand bessere hat oder noch andere oder weiss was jede einzelne zeile bewirkt dann postet es doch :)

Startup Script:
https://kingant.net:444/files/MSS/MSS

gladiac
19.01.03, 22:15
achja,

die windows schriftarten gibts unter

http://corefonts.sourceforge.net/

Supernature
20.01.03, 15:46
Sollte man das evt. mit diesem Thema zusammenführen?
http://www.linuxforen.de/forums/showthread.php?s=&threadid=61207

gladiac
15.04.03, 00:13
nachdem ich wieder ewig getüftelt habe, hab ich wieder bessere einstellungen entdeckt ;)

und hier sind sie:

// TrueType
pref("font.FreeType2.enable", 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);
pref("font.FreeType2.unhinted", true);
// below a certian pixel size anti-aliased fonts produce poor results
pref("font.antialias.min", 6);
pref("font.embedded_bitmaps.max", 1000000);
pref("font.scale.tt_bitmap.dark_text.min", 64);
pref("font.scale.tt_bitmap.dark_text.gain", "0.1");
// 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/TTF");
pref("font.directory.truetype.2", "/usr/X11R6/lib/X11/fonts/truetype");
pref("font.FreeType2.printing", true);

gruss gladiac