summaryrefslogtreecommitdiffstats
path: root/system/players/VideoPlayer/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf
blob: 8c4fdfc2865d0afdf7ccd6e34cc784cd950142b6 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- conf.d/sub-pixel.conf -->
<fontconfig>
<!--  Enable sub-pixel rendering -->
  <match target="font">
    <edit name="rgba" mode="assign"><const>vrgb</const></edit>
  </match>
</fontconfig>