Fix a typo

This commit is contained in:
Akira TAGOH 2023-05-30 19:00:02 +09:00
parent e4987ef114
commit ff037052bc
3 changed files with 3 additions and 3 deletions

View File

@ -215,7 +215,7 @@ convenience for the application's rendering mechanism.
fonthashint FC_FONT_HAS_HINT Bool Whether font has hinting
order FC_ORDER Int Order number of the font
desktop FC_DESKTOP_NAME String Current desktop name
namedinstance FC_NAMED_INSTANCE Bool Whether font is a named-instance
namedinstance FC_NAMED_INSTANCE Bool Whether font is a named instance
</programlisting>
</sect2>
</sect1>

View File

@ -147,7 +147,7 @@ variable Bool Wheter font is Variable Font
fonthashint Bool Whether the font has hinting
order Int Order number of the font
desktop String Current desktop name
namedinstance Bool Whether font is a named-instance
namedinstance Bool Whether font is a named instance
</programlisting>
</refsect2>
<refsect2>

View File

@ -129,7 +129,7 @@ typedef int FcBool;
#define FC_FONT_HAS_HINT "fonthashint" /* Bool - true if font has hinting */
#define FC_ORDER "order" /* Integer */
#define FC_DESKTOP_NAME "desktop" /* String */
#define FC_NAMED_INSTANCE "namedinstance" /* Bool - true if font is namedinstance */
#define FC_NAMED_INSTANCE "namedinstance" /* Bool - true if font is named instance */
#define FC_CACHE_SUFFIX ".cache-" FC_CACHE_VERSION
#define FC_DIR_CACHE_FILE "fonts.cache-" FC_CACHE_VERSION