aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/fontconfig/debian/fontconfig.templates
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-02 15:02:49 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-02 15:02:49 +0100
commitb16b9e4656e7199c2aec74a4c8ebc7a875d3ba73 (patch)
tree4361edef0d42d5bf5ac984ef72b4fac35426eae7 /nx-X11/extras/fontconfig/debian/fontconfig.templates
parent0d5a83e986f39982c0924652a3662e60b1f23162 (diff)
downloadnx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.tar.gz
nx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.tar.bz2
nx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.zip
massive reduction of unneeded files
Diffstat (limited to 'nx-X11/extras/fontconfig/debian/fontconfig.templates')
-rw-r--r--nx-X11/extras/fontconfig/debian/fontconfig.templates27
1 files changed, 0 insertions, 27 deletions
diff --git a/nx-X11/extras/fontconfig/debian/fontconfig.templates b/nx-X11/extras/fontconfig/debian/fontconfig.templates
deleted file mode 100644
index aa89b315f..000000000
--- a/nx-X11/extras/fontconfig/debian/fontconfig.templates
+++ /dev/null
@@ -1,27 +0,0 @@
-Template: fontconfig/hinting_type
-Type: select
-_Choices: Native, Autohinter, None
-Default: Native
-_Description: How should fonts be tuned for the screen?
- Select Native if you mostly use Bitstream Vera (the default in Debian) or
- any of the Microsoft fonts. Select Autohinter if you mostly use other
- TrueType fonts. Select None if you want blurry text.
-
-Template: fontconfig/subpixel_rendering
-Type: select
-_Choices: Automatic, Always, Never
-Default: Automatic
-_Description: Enable subpixel rendering of text?
- Rendering text at a subpixel level generally makes it look a bit better
- on flat (LCD) screens, but can show color artifacts on CRT screens. The
- "Automatic" choice will enable it only if a LCD screen is detected.
-
-Template: fontconfig/enable_bitmaps
-Type: boolean
-Default: false
-_Description: Enable bitmapped fonts by default?
- By default, only outline fonts are used by applications which support
- fontconfig. Outline fonts are fonts which scale well to various sizes.
- In contrast, bitmapped fonts are often lower quality. Enabling this option
- will affect the systemwide default; this and many other fontconfig options
- may be enabled or disabled on a per-user basis.