Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127613 - Metric Compatible Font for Windows Needed
Summary: Metric Compatible Font for Windows Needed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Lowest trivial
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-26 02:55 UTC by Johan Tibell
Modified: 2006-03-26 06:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Gentoo Firefox 1.5 Screenshot (gentoo.png,12.96 KB, image/png)
2006-03-26 05:19 UTC, Johan Tibell
Details
Windows XP Firefox 1.5 Screenshot (windows-xp.png,7.36 KB, image/png)
2006-03-26 05:20 UTC, Johan Tibell
Details
Gentoo fonts.conf (fonts.conf,11.32 KB, text/plain)
2006-03-26 05:21 UTC, Johan Tibell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Tibell 2006-03-26 02:55:19 UTC
The media-fonts/corefonts ebuild is usable to get some of the fonts use on many web pages today. However the fonts are rendered at a different size than they on a Windows machine. An example would be the Gmail web site. I believe this might have something to do with metric compatibility. I know that Ubuntu provide the following aliases in its fonts.conf file:

<!--
 AMT provides metric and shape compatible fonts for these three web font
 families.
 -->
        <alias>
                <family>Times New Roman</family>
                <accept><family>Thorndale AMT</family></accept>
        </alias>
        <alias>
                <family>Arial</family>
                <accept><family>Albany AMT</family></accept>
        </alias>
        <alias>
                <family>Courier New</family>
                <accept><family>Cumberland AMT</family></accept>
        </alias>

I've tried to track down these fonts and I found them here http://www.agfamonotype.com/ProductsServices/newcore.aspx . However, these are commercial fonts so using them is probably not an option. Is there some way to introduce fonts that match the expected size?
Comment 1 foser (RETIRED) gentoo-dev 2006-03-26 03:14:02 UTC
not gnome

What the suggested bit is doing is just making the AWT fonts a drop-in replacement for the Microsoft fonts with the dubious licensing. It's pointless for us to add that, we cannot provide those fonts (does Ubuntu?).

The rendering differences between windows and linux can have numerous possible reasons and the core fonts themselves obviously are non-linear scaled. I don't think the fonts are your problem.

Maybe you could point out exactly what the differences between windows and linux are you encounter.
Comment 2 Johan Tibell 2006-03-26 05:19:38 UTC
Created attachment 83156 [details]
Gentoo Firefox 1.5 Screenshot
Comment 3 Johan Tibell 2006-03-26 05:20:45 UTC
Created attachment 83157 [details]
Windows XP Firefox 1.5 Screenshot
Comment 4 Johan Tibell 2006-03-26 05:21:49 UTC
Created attachment 83158 [details]
Gentoo fonts.conf
Comment 5 Johan Tibell 2006-03-26 05:23:34 UTC
It looks like I'm wrong regarding the siz,. however, there is some rendering differences. Can they be attributed to my fonts.conf settings or are the caused by the font "rendering engine"?
Comment 6 foser (RETIRED) gentoo-dev 2006-03-26 06:48:01 UTC
The subpixel smoothed drawing for LCDs is obviously different. Your settings may not be the right one for your display (on windows or linux) or it might be an implementation difference.

Anyway, this is at best a local configuration issue.