mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
9edc5c1eb2
not work as expected" when using the latest x11-fonts/fontconfig [*]. - Update to the latest version (font-migu, font-ume, font-vlgothic). - Style clean-ups. PR: ports/181701 [*]
25 lines
470 B
XML
25 lines
470 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<!-- $FreeBSD$ -->
|
|
<fontconfig>
|
|
<match target="font">
|
|
<or>
|
|
<test name="family">
|
|
<string>Migu 1C</string>
|
|
</test>
|
|
<test name="family">
|
|
<string>Migu 1P</string>
|
|
</test>
|
|
<test name="family">
|
|
<string>Migu 1M</string>
|
|
</test>
|
|
<test name="family">
|
|
<string>Migu 2M</string>
|
|
</test>
|
|
</or>
|
|
<edit name="autohint">
|
|
<bool>false</bool>
|
|
</edit>
|
|
</match>
|
|
</fontconfig>
|