README 979 B

1234567891011121314151617181920212223
  1. conf.d/README
  2. Each file in this directory is a fontconfig configuration file. Fontconfig
  3. scans this directory, loading all files of the form [0-9][0-9]*.conf.
  4. These files are normally installed in /usr/share/fontconfig/conf.avail
  5. and then symlinked here, allowing them to be easily installed and then
  6. enabled/disabled by adjusting the symlinks.
  7. The files are loaded in numeric order, the structure of the configuration
  8. has led to the following conventions in usage:
  9. Files beginning with: Contain:
  10. 00 through 09 Font directories
  11. 10 through 19 system rendering defaults (AA, etc)
  12. 20 through 29 font rendering options
  13. 30 through 39 family substitution
  14. 40 through 49 generic identification, map family->generic
  15. 50 through 59 alternate config file loading
  16. 60 through 69 generic aliases, map generic->family
  17. 70 through 79 select font (adjust which fonts are available)
  18. 80 through 89 match target="scan" (modify scanned patterns)
  19. 90 through 99 font synthesis