diff options
author | Sylvain Pasche <sylvain.pasche@gmail.com> | 2008-05-03 19:33:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-05-03 19:33:45 -0700 |
commit | 53aec111074cf7b46d15eb84a55791d3c95bc15e (patch) | |
tree | 76f923748db11f2efac805d7ea27593b16d440ed /doc | |
parent | c26344ecfc1d3b85671f5d948a10d5cc27c21c2f (diff) |
Fontconfig options for freetype sub-pixel filter configuration
David Turner has modified FreeType to be able to render sub-pixel decimated
glyphs using different methods of filtering. Fontconfig needs new
configurables to support selecting these new filtering options. A patch
follows that would correspond to one available for Cairo in bug 10301.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fontconfig-devel.sgml | 1 | ||||
-rw-r--r-- | doc/fontconfig-user.sgml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml index 8231b3f0..6ca8e604 100644 --- a/doc/fontconfig-devel.sgml +++ b/doc/fontconfig-devel.sgml @@ -177,6 +177,7 @@ convenience for the applications rendering mechanism. dpi FC_DPI Double Target dots per inch rgba FC_RGBA Int unknown, rgb, bgr, vrgb, vbgr, none - subpixel geometry + lcdfilter FC_LCD_FILTER Int Type of LCD filter minspace FC_MINSPACE Bool Eliminate leading from line spacing charset FC_CHARSET CharSet Unicode chars encoded by diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml index 10077828..22fadbb5 100644 --- a/doc/fontconfig-user.sgml +++ b/doc/fontconfig-user.sgml @@ -120,6 +120,7 @@ convenience for the applications' rendering mechanism. dpi Double Target dots per inch rgba Int unknown, rgb, bgr, vrgb, vbgr, none - subpixel geometry + lcdfilter Int Type of LCD filter minspace Bool Eliminate leading from line spacing charset CharSet Unicode chars encoded by the font lang String List of RFC-3066-style languages this @@ -476,6 +477,10 @@ symbolic names for common font values: vrgb rgba 3 vbgr rgba 4 none rgba 5 + lcdnone lcdfilter 0 + lcddefault lcdfilter 1 + lcdlight lcdfilter 2 + lcdlegacy lcdfilter 3 hintnone hintstyle 0 hintslight hintstyle 1 hintmedium hintstyle 2 |