diff options
author | Akira TAGOH <akira@tagoh.org> | 2019-07-29 09:38:51 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2019-07-29 10:19:26 +0000 |
commit | 80047ed8e8b63153ad2014f731453eb47c79c296 (patch) | |
tree | 86821089ecf96c513c8d9e61d9354135fc52f793 /doc | |
parent | f555f50a207a96689dd6cf8ef96fd7f01b37a952 (diff) |
Add FC_FONT_HAS_HINT property to see if font has hinting or not.
This may helps to enable autohint only when font doesn't have any hinting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fontconfig-devel.sgml | 1 | ||||
-rw-r--r-- | doc/fontconfig-user.sgml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml index ee4a432..c4d7537 100644 --- a/doc/fontconfig-devel.sgml +++ b/doc/fontconfig-devel.sgml @@ -211,6 +211,7 @@ convenience for the application's rendering mechanism. color FC_COLOR Bool Whether any glyphs have color fontvariations FC_FONT_VARIATIONS String comma-separated string of axes in variable font variable FC_VARIABLE Bool Whether font is Variable Font + fonthashint FC_FONT_HAS_HINT Bool Whether font has hinting </programlisting> </sect2> </sect1> diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml index cfe173f..59431dd 100644 --- a/doc/fontconfig-user.sgml +++ b/doc/fontconfig-user.sgml @@ -140,6 +140,7 @@ convenience for the applications' rendering mechanism. familylang, stylelang, and fullnamelang prgname String String Name of the running program postscriptname String Font family name in PostScript + fonthashint Bool Whether the font has hinting </programlisting> </refsect2> <refsect2> |