~ubuntu-branches/ubuntu/lucid/fontconfig/lucid

« back to all changes in this revision

Viewing changes to local.conf

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2004-10-07 06:04:17 UTC
  • Revision ID: james.westby@ubuntu.com-20041007060417-dliqa1ebkoh7isns
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 
3
<!-- /etc/fonts/local.conf file for local customizations -->
 
4
<fontconfig>
 
5
<!--
 
6
  Enable sub-pixel rendering
 
7
        <match target="font">
 
8
                <test qual="all" name="rgba">
 
9
                        <const>unknown</const>
 
10
                </test>
 
11
                <edit name="rgba" mode="assign"><const>rgb</const></edit>
 
12
        </match>
 
13
-->
 
14
</fontconfig>