View previous topic :: View next topic |
Author |
Message |
jew.de Apprentice
Joined: 25 Sep 2002 Posts: 226 Location: Frankfurt/Main
|
Posted: Sat Feb 08, 2003 12:35 am Post subject: Phoenix und die Schrift |
|
|
Guten Morgen(?),
ich habe gerade mal Phoenix ausprobiert, und denke:"Das ist mein Browser!"
Nur, die Schrift in Phoenix macht mir ein wenig Sorgen. Es sieht so aus, als ob die Schrift immer fetter ist, als sie sein sollte. Aber, ein Bild sagt mehr als 1000 Worte:
http://test.jew.de/snapshot2.png
Kann mir jemand weiterhelfen?
Danke,
Tobi _________________ http://www.jew.de |
|
Back to top |
|
|
Larde Guru
Joined: 07 Jun 2002 Posts: 313 Location: Duesseldorf, Germany
|
Posted: Sat Feb 08, 2003 12:47 am Post subject: |
|
|
Ich weiß nicht, ob man phoenix inzwischen auch über font.conf oder ähnliches konfigurieren sollte, ich selbst schleppe seit einiger Zeit eine angepasste unix.js mit mir rum, in der ich die Default Fonteinstellungen geändert habe. Das relevante aus ${PHOENIXROOT}/defaults/pref/unix.js dürfte bei mir sein: Code: | 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", false);
// below a certian pixel size anti-aliased fonts produce poor results
pref("font.antialias.min", 10);
pref("font.embedded_bitmaps.max", 1000000);
pref("font.scale.tt_bitmap.dark_text.min", 0);
pref("font.scale.tt_bitmap.dark_text.gain", "0.0");
pref("font.directory.truetype.1", "/usr/share/fonts/truetype");
pref("font.directory.truetype.2", "/usr/X11R6/lib/X11/fonts/TTF");
pref("font.directory.truetype.3", "/usr/X11R6/lib/X11/fonts/truetype"); |
Ansonsten hab ich nirgendwo von Hand dran geschraubt, und bei sieht das Forum so aus...
Keine Ahnung, ob Dir das hilft, aber finde die Schriften bei tatsächlich nicht so toll.
Gruß,
Larde. _________________ Someday this will be my home... http://moonage.net/
I'll make you a deal
I'll say I came from Earth and my tongue is taped
|
|
Back to top |
|
|
akb Guru
Joined: 25 Jan 2003 Posts: 314 Location: Wolfenbüttel/Germany
|
Posted: Mon Feb 10, 2003 11:47 am Post subject: |
|
|
Du musst lediglich das Antialiasing ausstellen. Ich glaube das war, indem Du die Freetype-Fonts disablest.
Code: | pref("font.FreeType2.enable", false); |
Ansonsten einfach mal nach Antialising suchen.
Ach ja, beides für die oben angegebene user.js.
Und noch ein Tipp: Installier Dir die MS Core Web Fonts oder wie die heissen |
|
Back to top |
|
|
jew.de Apprentice
Joined: 25 Sep 2002 Posts: 226 Location: Frankfurt/Main
|
Posted: Wed Feb 12, 2003 8:02 am Post subject: |
|
|
Hi,
vielen Dank!
Der Tip mit dem Antialiasing war der richtige.
Bis dann,
Tobi _________________ http://www.jew.de |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|