]> git.wh0rd.org - fontconfig.git/commit
Don't force bitmap font enable in default configuration; allows users to
authorKeith Packard <keithp@keithp.com>
Thu, 21 Apr 2005 19:03:53 +0000 (19:03 +0000)
committerKeith Packard <keithp@keithp.com>
Thu, 21 Apr 2005 19:03:53 +0000 (19:03 +0000)
commit716ac8b8033794e2557ad567005dfff4dd95f031
treee1aacbc691ccabf52034bca1d16bf476aec9dab8
parent2ff4f0760a700bf7c6e1ed4c5072a524b02243ca
Don't force bitmap font enable in default configuration; allows users to
    override this in ~/.fonts.conf
Updated translations
Destroy font configuration on exit to help valgrind
Use own transcoding routines in preference to iconv which appears to have
    leaks in some translators. Call iconv_close after using iconv (oops).
Prefer unicode encoding of Euro char as some fonts mis-encode Euro in other
    ones.
Must fetch bitmap glyphs to get width values to check for
    monospace/dual-width fonts.
17 files changed:
ChangeLog
debian/fontconfig.postinst
debian/po/cs.po
debian/po/da.po
debian/po/de.po
debian/po/es.po
debian/po/fr.po
debian/po/ja.po
debian/po/nl.po
debian/po/pt.po
debian/po/pt_BR.po
debian/po/templates.pot
debian/po/tr.po
debian/po/zh_CN.po
fc-cache/fc-cache.c
fonts.conf.in
src/fcfreetype.c