diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-01-15 20:41:26 -0600 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-01-15 20:46:45 -0600 |
commit | ec5ca08c807585a9230f83c95f7cca6b7065b142 (patch) | |
tree | 2f8351da060dc01539b6e3d58dcb2cbd5a0ed759 /doc | |
parent | 3f84695104b169fe25742ba3b91d04467f5debc4 (diff) |
Bug 59379 - FC_PRGNAME
Can be used for per-application configuration.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fontconfig-devel.sgml | 3 | ||||
-rw-r--r-- | doc/fontconfig-user.sgml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml index b35ef9a..05c5c09 100644 --- a/doc/fontconfig-devel.sgml +++ b/doc/fontconfig-devel.sgml @@ -190,11 +190,12 @@ 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 + fontfeatures FC_FONT_FEATURES String List of extra 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 + prgname FC_PRGNAME String Name of the running program </programlisting> </sect2> </sect1> diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml index 068b1fc..90e246b 100644 --- a/doc/fontconfig-user.sgml +++ b/doc/fontconfig-user.sgml @@ -132,6 +132,7 @@ convenience for the applications' rendering mechanism. 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 + prgname String String Name of the running program </programlisting> </refsect2> <refsect2> |