rpms/VLGothic-fonts/FC-6 59-VLGothic-monospace.conf, NONE, 1.1 59-VLGothic-sans.conf, NONE, 1.1 30-VLGothic.conf, 1.2, NONE

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Thu Oct 18 14:27:52 UTC 2007


Author: ryo

Update of /cvs/pkgs/rpms/VLGothic-fonts/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25982

Added Files:
	59-VLGothic-monospace.conf 59-VLGothic-sans.conf 
Removed Files:
	30-VLGothic.conf 
Log Message:
update to 20071015


--- NEW FILE 59-VLGothic-monospace.conf ---
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <match target="font">
        <test name="family">
            <string>VL Gothic</string>
        </test>
        <edit name="hinting" mode="assign">
            <bool>false</bool>
        </edit>
    </match>

    <alias>
        <family>monospace</family>
        <prefer>
            <family>VL Gothic</family>
        </prefer>
    </alias>

    <match target="pattern">
        <test name="family">
            <string>monospace</string>
        </test>
        <edit name="family" mode="prepend" binding="strong">
            <string>DejaVu Sans Mono</string>
        </edit>
    </match>
</fontconfig>


--- NEW FILE 59-VLGothic-sans.conf ---
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <match target="font">
        <test name="family">
            <string>VL PGothic</string>
        </test>
        <edit name="hinting" mode="assign">
            <bool>false</bool>
        </edit>
    </match>

    <alias>
        <family>sans-serif</family>
        <prefer>
            <family>VL PGothic</family>
        </prefer>
    </alias>

    <match target="pattern">
        <test name="family">
            <string>sans-serif</string>
        </test>
        <edit name="family" mode="prepend" binding="strong">
            <string>DejaVu Sans</string>
        </edit>
    </match>
</fontconfig>


--- 30-VLGothic.conf DELETED ---




More information about the fedora-extras-commits mailing list