Add uuid in configure file
[platform/upstream/fontconfig.git] / conf.d / 10-sub-pixel-vrgb.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
3 <fontconfig>
4   <description>Enable sub-pixel rendering with the vertical RGB stripes layout</description>
5 <!--  Enable sub-pixel rendering --> 
6   <match target="pattern">
7     <!--
8       This sort of configuration is available on the major desktop environments
9       and we don't have to break it with "assign" unconditionally. however, we
10       want to set something for others. So we use "append" here to get this working
11       in both cases so that most clients would takes a look at the first place only.
12     -->
13     <edit name="rgba" mode="append"><const>vrgb</const></edit>
14   </match>
15 </fontconfig>