diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-06-11 14:14:41 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-06-11 23:28:55 +0900 |
commit | b447fc5d52e1e88ca1eca0ce3472d48626e27109 (patch) | |
tree | 4dc89bbd09e8e94ca7b184b1b5ca12c43e6f854b /conf.d | |
parent | 54fb7967de3850cf7176dde12432ed48c628ebea (diff) |
Bug 50835 - Deprecate FC_GLOBAL_ADVANCE
FC_GLOBAL_ADVANCE is deprecated. this flag is simply ignored on
freetype 2.4.5 or later.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/20-fix-globaladvance.conf | 28 | ||||
-rw-r--r-- | conf.d/Makefile.am | 2 |
2 files changed, 0 insertions, 30 deletions
diff --git a/conf.d/20-fix-globaladvance.conf b/conf.d/20-fix-globaladvance.conf deleted file mode 100644 index c62ba597..00000000 --- a/conf.d/20-fix-globaladvance.conf +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> -<fontconfig> -<!-- - Some Asian fonts misadvertise themselves as monospaced when - in fact they are dual-spaced (half and full). This makes - FreeType very confused as it forces all widths to match. - Undo this magic by disabling the width forcing code --> - <match target="font"> - <test name="family" compare="eq" ignore-blanks="true"><string>GulimChe</string></test> - <edit name="globaladvance"><bool>false</bool></edit> - </match> - - <match target="font"> - <test name="family" compare="eq" ignore-blanks="true"><string>DotumChe</string></test> - <edit name="globaladvance"><bool>false</bool></edit> - </match> - - <match target="font"> - <test name="family" compare="eq" ignore-blanks="true"><string>BatangChe</string></test> - <edit name="globaladvance"><bool>false</bool></edit> - </match> - - <match target="font"> - <test name="family" compare="eq" ignore-blanks="true"><string>GungsuhChe</string></test> - <edit name="globaladvance"><bool>false</bool></edit> - </match> -</fontconfig> diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index 93bf8d32..7f14920d 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -25,7 +25,6 @@ DOC_FILES= \ README CONF_LINKS = \ - 20-fix-globaladvance.conf \ 20-unhint-small-vera.conf \ 30-urw-aliases.conf \ 30-metric-aliases.conf \ @@ -58,7 +57,6 @@ template_DATA = \ 11-lcdfilter-default.conf \ 11-lcdfilter-legacy.conf \ 11-lcdfilter-light.conf \ - 20-fix-globaladvance.conf \ 20-unhint-small-vera.conf \ 25-unhint-nonlatin.conf \ 30-urw-aliases.conf \ |