summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-09-10 17:45:11 +0900
committerAkira TAGOH <akira@tagoh.org>2013-09-10 17:45:11 +0900
commit7e44a0b5a88e597b33ba9e2cc3a6d4555736db0a (patch)
tree1d4cfe58b214f2f629435ec8f80ae55bb462cc83 /doc
parenta61e145304da86c8c35b137493bbd8fd5dd1e7f5 (diff)
Bug 68955 - Deprecate / remove FC_RASTERIZER
Diffstat (limited to 'doc')
-rw-r--r--doc/fontconfig-devel.sgml2
-rw-r--r--doc/fontconfig-user.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml
index a7b85302..7306d792 100644
--- a/doc/fontconfig-devel.sgml
+++ b/doc/fontconfig-devel.sgml
@@ -170,7 +170,7 @@ convenience for the application's rendering mechanism.
the file
ftface FC_FT_FACE FT_Face Use the specified FreeType
face object
- rasterizer FC_RASTERIZER String Which rasterizer is in use
+ rasterizer FC_RASTERIZER String Which rasterizer is in use (deprecated)
outline FC_OUTLINE Bool Whether the glyphs are outlines
scalable FC_SCALABLE Bool Whether glyphs can be scaled
scale FC_SCALE Double Scale factor for point->pixel
diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml
index eeff69ad..775d1f72 100644
--- a/doc/fontconfig-user.sgml
+++ b/doc/fontconfig-user.sgml
@@ -116,7 +116,7 @@ convenience for the applications' rendering mechanism.
file String The filename holding the font
index Int The index of the font within the file
ftface FT_Face Use the specified FreeType face object
- rasterizer String Which rasterizer is in use
+ rasterizer String Which rasterizer is in use (deprecated)
outline Bool Whether the glyphs are outlines
scalable Bool Whether glyphs can be scaled
scale Double Scale factor for point->pixel conversions