Board index » html » Calling all firefox users. Do your fonts look faint and washed out?
|
Ben C
Registered User |
Calling all firefox users. Do your fonts look faint and washed out?
2008-03-31 03:59:00 PM
On 2008-03-30, Ed Mullen <ed@edmullen.net>wrote: [...] QuoteIf Apple is so all-knowing and wonderful, how come Safari for Windows Either it looks poopy out of context or perhaps it doesn't work as well with the fonts that come with Windows which expect Windows-style hinting, or perhaps something got left behind when they ported it to Windows. The main difference is that in Safari for Windows the fonts do more anti-aliasing and less hinting. The problem is when some part of a glyph doesn't hit a pixel boundary. Either you anti-aliase it (basically make it partly transparent at that point) which is easy to do because it's automatic; or you slightly alter the shape of the glyph at smaller point sizes so it hits the pixel boundaries better. The second approach is "hinting" and takes a lot of work because font designers have to manually design the hints for each glyph. Windows fonts use quite a lot of hinting, which is why the glyphs look sharp, but perhaps a bit boxy at small point sizes. Open Source developers have less time and inclination to spend on things like designing font-hints so they rely more on one-size-fits-all anti-aliasing. I don't know exactly where Apple got their font code from-- whether they just helped themselves to some code from Free BSD or whether they have tried to differentiate. Usually their strategy is to spend their own money on the eye candy and so you might think they'd see fonts as something worth investing in. Probably Safari does look better on a Mac than on Windows, but I don't have either kind of system to compare. - |
