diff options
author | Keith Packard <keithp@keithp.com> | 2005-02-28 18:56:15 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-02-28 18:56:15 +0000 |
commit | 414f720281b416736b92913f4bcbceac1a781cde (patch) | |
tree | 3548cf9f2dd3dac29a747d040be6a25fc41327ab /conf.d/yes-bitmaps.conf | |
parent | 47b49bf14b5cd433366a02374dfaf1c27a57cc91 (diff) |
Create prototype /etc/fonts/conf.d directory with a few sample
configuration files. Deprecate use of local.conf for local
customizations in favor of this directory based scheme which is more
easily integrated into installation systems.
Tag FC_EMBOLDEN as a boolean variable
Diffstat (limited to 'conf.d/yes-bitmaps.conf')
-rw-r--r-- | conf.d/yes-bitmaps.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf.d/yes-bitmaps.conf b/conf.d/yes-bitmaps.conf new file mode 100644 index 0000000..c539c70 --- /dev/null +++ b/conf.d/yes-bitmaps.conf @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<!-- conf.d/yes-bitmaps.conf --> +<fontconfig> +<!-- Accept bitmap fonts --> + <selectfont> + <acceptfont> + <pattern> + <patelt name="scalable"><bool>false</bool></patelt> + </pattern> + </acceptfont> + </selectfont> +</fontconfig> |