Add missing property descriptions
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/360
This commit is contained in:
parent
963ec653a3
commit
1751596768
|
@ -183,6 +183,7 @@ convenience for the application's rendering mechanism.
|
||||||
conversions (deprecated)
|
conversions (deprecated)
|
||||||
minspace FC_MINSPACE Bool Eliminate leading from line
|
minspace FC_MINSPACE Bool Eliminate leading from line
|
||||||
spacing
|
spacing
|
||||||
|
matrix FC_MATRIX Matrix Hold an affine transformation
|
||||||
charset FC_CHARSET CharSet Unicode chars encoded by
|
charset FC_CHARSET CharSet Unicode chars encoded by
|
||||||
the font
|
the font
|
||||||
lang FC_LANG LangSet Set of RFC-3066-style
|
lang FC_LANG LangSet Set of RFC-3066-style
|
||||||
|
@ -213,6 +214,7 @@ convenience for the application's rendering mechanism.
|
||||||
variable FC_VARIABLE Bool Whether font is Variable Font
|
variable FC_VARIABLE Bool Whether font is Variable Font
|
||||||
fonthashint FC_FONT_HAS_HINT Bool Whether font has hinting
|
fonthashint FC_FONT_HAS_HINT Bool Whether font has hinting
|
||||||
order FC_ORDER Int Order number of the font
|
order FC_ORDER Int Order number of the font
|
||||||
|
desktop FC_DESKTOP_NAME String Current desktop name
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
|
@ -141,8 +141,12 @@ fontfeatures String List of the feature tags in OpenType to be enabled
|
||||||
prgname String String Name of the running program
|
prgname String String Name of the running program
|
||||||
postscriptname String Font family name in PostScript
|
postscriptname String Font family name in PostScript
|
||||||
color Bool Whether any glyphs have color
|
color Bool Whether any glyphs have color
|
||||||
|
symbol Bool Whether font uses MS symbol-font encoding
|
||||||
|
fontvariations String comma-separated string of axes in variable font
|
||||||
|
variable Bool Wheter font is Variable Font
|
||||||
fonthashint Bool Whether the font has hinting
|
fonthashint Bool Whether the font has hinting
|
||||||
order Int Order number of the font
|
order Int Order number of the font
|
||||||
|
desktop String Current desktop name
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
<refsect2>
|
<refsect2>
|
||||||
|
|
Loading…
Reference in New Issue