summaryrefslogtreecommitdiff
path: root/conf.d/11-lcdfilter-default.conf
Commit message (Collapse)AuthorAgeFilesLines
* Better wording for comments in configAkira TAGOH2021-06-251-4/+4
| | | | Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/274
* Drop elements with its namespace from confAkira TAGOH2020-05-251-4/+0
| | | | | | | | The translation related elements are now provided by separate files fontconfig.its and fontconfig.loc. we don't need to have it in conf anymore. Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/234
* Use an URN for DTD IDNicolas Mailhot2020-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | XML tools interpret “fonts.dtd” as a relative path. Unfortunately, that can not work now that the configuration is spread over multiple system-dependant directories, without a common relative path to this file. And, an absolute path can not be defined in a system-independant way. System independance is a requirement to share config files between systems. Therefore, replace the broken relative path by a formal URN, that will work the same way on all systems, without network access. This makes the DTD registerable with commands like: $ xmlcatalog --noout --add system \ "urn:fontconfig:fonts.dtd" \ "file:///usr/share/xml/fontconfig/fonts.dtd" \ /etc/xml/catalog That enables easy config file checking: $ xmllint --loaddtd ${config_file} >/dev/null
* Add the ruleset description supportAkira TAGOH2017-11-071-0/+5
| | | | | | | | | | | | | | | Trying to address what these configuration files really do. This change allows to see the short description that mention the purpose of the content in the config file and obtain them through API. This change also encourage one who want to make some UI for the user-specific configuration management. it is the main purpose of this change for me though. Aside from that, I've also made programs translatable. so we see more dependencies on the build time for gettext, and itstool to generate PO from xml.
* Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.confAkira TAGOH2013-02-181-1/+1
| | | | | | | Move the target of recipes to the "pattern" from the "font". This is to ensure the targeted objects is updated by them prior to FcDefaultSubstitute() so that it can adds the default values properly.
* Bug 17722 - Don't overwrite user's configurations in default configAkira TAGOH2012-03-261-1/+7
| | | | | Use "append" to avoid overwriting the user configuration. This presumes most clients may takes care of the first value only.
* Bug 27385 - lcdfilter settings for freetype-2.3.12 not available in ↵Akira TAGOH2012-02-231-0/+10
fontconfig-2.8.0 Add config files for FT_LcdFilter options. Patch from Robin Johnson.