[Fontconfig-bugs] [Bug 60783] New: Extend metric-aliases.conf

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 13 03:37:33 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=60783

          Priority: medium
            Bug ID: 60783
          Assignee: fontconfig-bugs at lists.freedesktop.org
           Summary: Extend metric-aliases.conf
        QA Contact: freedesktop at behdad.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: pgajdos at novell.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: conf
           Product: fontconfig

Hi,

could be possible to extend 30-metric-aliases.conf by mapping Arial Narrow <->
Liberation Sans Narrow?

E. g.

Index: conf.d/30-metric-aliases.conf
===================================================================
--- conf.d/30-metric-aliases.conf
+++ conf.d/30-metric-aliases.conf
@@ -296,5 +296,15 @@
          </accept>
        </alias>

+       <!-- Map Arial Narrow <-> Liberation Sans Narrow -->

+       <alias binding="same">
+         <family>Arial Narrow</family>
+         <accept><family>Liberation Sans Narrow</family></accept>
+       </alias>
+
+       <alias binding="same">
+         <family>Liberation Sans Narrow</family>
+         <accept><family>Arial Narrow</family></accept>
+       </alias>
 </fontconfig>

Thanks for consideration.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20130213/375a6b23/attachment.html>


More information about the Fontconfig-bugs mailing list