Bug 63399 - Add default aliases for Georgia, Garamond, Palatino Linotype, Trebuchet MS
Summary: Add default aliases for Georgia, Garamond, Palatino Linotype, Trebuchet MS
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: conf (show other bugs)
Version: 2.9
Hardware: Other All
: medium normal
Assignee: Akira TAGOH
QA Contact: Behdad Esfahbod
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-10 20:54 UTC by Orion Poplawski
Modified: 2013-08-21 04:14 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Orion Poplawski 2013-04-10 20:54:13 UTC
Please consider adding the following aliases:

    <alias>
        <family>Georgia</family>
        <accept><family>serif</family></accept>
    </alias>
    <alias>
        <family>Garamond</family>
        <accept><family>serif</family></accept>
    </alias>
    <alias>
        <family>Palatino Linotype</family>
        <accept><family>serif</family></accept>
    </alias>
    <alias>
        <family>Trebuchet MS</family>
        <accept><family>sans-serif</family></accept>
    </alias>
Comment 1 Akira TAGOH 2013-04-11 09:13:57 UTC
What files do you expect to add them into? you mean <default> instead of <accept> and add them into 45-latin.conf?
Comment 2 Orion Poplawski 2013-04-12 22:52:13 UTC
I'm afraid I really don't know much about fontconfig internals.  I just have this in my /etc/fonts/local.conf (examples taken from the web), and I see what look to be similar entries in 45-latin.conf for other faces.
Comment 3 Akira TAGOH 2013-08-21 04:14:11 UTC
modified a bit and committed into git.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.