2005-02-28 19:56:15 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<fontconfig>
|
2014-03-27 07:10:44 +01:00
|
|
|
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
|
|
|
|
<its:translateRule translate="no" selector="/fontconfig/*[not(self::description)]"/>
|
|
|
|
</its:rules>
|
|
|
|
|
|
|
|
<description>Accept bitmap fonts</description>
|
2005-02-28 19:56:15 +01:00
|
|
|
<!-- Accept bitmap fonts -->
|
|
|
|
<selectfont>
|
|
|
|
<acceptfont>
|
|
|
|
<pattern>
|
|
|
|
<patelt name="scalable"><bool>false</bool></patelt>
|
|
|
|
</pattern>
|
|
|
|
</acceptfont>
|
|
|
|
</selectfont>
|
|
|
|
</fontconfig>
|