]> git.pld-linux.org Git - packages/fonts-TTF-vlgothic.git/blob - vlgothic-fontconfig-pgothic.conf
- new, based on fedora vlgothic-fonts package
[packages/fonts-TTF-vlgothic.git] / vlgothic-fontconfig-pgothic.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4     <!-- Generic names rule -->
5     <alias>
6         <family>VL PGothic</family>
7         <default>
8             <family>sans-serif</family>
9         </default>
10     </alias>
11     <!-- Locale-specific overrides rule -->
12     <match>
13         <test name="lang">
14             <string>ja-jp</string>
15             <string>ja</string>
16         </test>
17         <test name="family">
18             <string>sans-serif</string>
19         </test>
20         <edit name="family" mode="prepend">
21             <string>VL PGothic</string>
22         </edit>
23     </match>
24     <!-- disabling hinting rule -->
25     <match target="font">
26         <test name="family">
27             <string>VL PGothic</string>
28         </test>
29         <edit name="hinting" mode="assign">
30             <bool>false</bool>
31         </edit>
32     </match>
33 </fontconfig>
This page took 0.055167 seconds and 3 git commands to generate.