diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-09-04 12:39:48 +0900 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-01-15 19:40:26 -0600 |
commit | 3f84695104b169fe25742ba3b91d04467f5debc4 (patch) | |
tree | a7abc5dda114f103af091d964b18e21a9482419b /doc | |
parent | dffb69ed8c7cf2e707bc692f94b51108b772d9d8 (diff) |
Bug 50497 - RFE: Add OpenType feature tags support
Add FC_FONT_FEATURES to store the feature tags to be enabled.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fontconfig-devel.sgml | 2 | ||||
-rw-r--r-- | doc/fontconfig-user.sgml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml index 79cceb1e..b35ef9ab 100644 --- a/doc/fontconfig-devel.sgml +++ b/doc/fontconfig-devel.sgml @@ -190,6 +190,8 @@ convenience for the application's rendering mechanism. the font embolden FC_EMBOLDEN Bool Rasterizer should synthetically embolden the font + fontfeatures FC_FONT_FEATURES String List of the feature tags in + OpenType to be enabled namelang FC_NAMELANG String Language name to be used for the default value of familylang, stylelang and fullnamelang diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml index c842371e..068b1fcd 100644 --- a/doc/fontconfig-user.sgml +++ b/doc/fontconfig-user.sgml @@ -131,6 +131,7 @@ convenience for the applications' rendering mechanism. fontversion Int Version number of the font capability String List of layout capabilities in the font embolden Bool Rasterizer should synthetically embolden the font + fontfeatures String List of the feature tags in OpenType to be enabled </programlisting> </refsect2> <refsect2> |