aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/fontconfig/debian/fontconfig.templates
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-10-10 17:43:39 +0200
committerReinhard Tartler <siretart@tauware.de>2011-10-10 17:43:39 +0200
commitf4092abdf94af6a99aff944d6264bc1284e8bdd4 (patch)
tree2ac1c9cc16ceb93edb2c4382c088dac5aeafdf0f /nx-X11/extras/fontconfig/debian/fontconfig.templates
parenta840692edc9c6d19cd7c057f68e39c7d95eb767d (diff)
downloadnx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.tar.gz
nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.tar.bz2
nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.zip
Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1
Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository
Diffstat (limited to 'nx-X11/extras/fontconfig/debian/fontconfig.templates')
-rw-r--r--nx-X11/extras/fontconfig/debian/fontconfig.templates27
1 files changed, 27 insertions, 0 deletions
diff --git a/nx-X11/extras/fontconfig/debian/fontconfig.templates b/nx-X11/extras/fontconfig/debian/fontconfig.templates
new file mode 100644
index 000000000..aa89b315f
--- /dev/null
+++ b/nx-X11/extras/fontconfig/debian/fontconfig.templates
@@ -0,0 +1,27 @@
+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.