Add missing docs
This commit is contained in:
parent
fff4086e15
commit
4c60fabf66
|
@ -191,8 +191,13 @@ convenience for the application's rendering mechanism.
|
||||||
fontversion FC_FONTVERSION Int Version number of the font
|
fontversion FC_FONTVERSION Int Version number of the font
|
||||||
capability FC_CAPABILITY String List of layout capabilities in
|
capability FC_CAPABILITY String List of layout capabilities in
|
||||||
the font
|
the font
|
||||||
|
fontformat FC_FONTFORMAT String String name of the font format
|
||||||
embolden FC_EMBOLDEN Bool Rasterizer should
|
embolden FC_EMBOLDEN Bool Rasterizer should
|
||||||
synthetically embolden the font
|
synthetically embolden the font
|
||||||
|
embeddedbitmap FC_EMBEDDED_BITMAP Bool Use the embedded bitmap instead
|
||||||
|
of the outline
|
||||||
|
decorative FC_DECORATIVE Bool Whether the style is a decorative
|
||||||
|
variant
|
||||||
fontfeatures FC_FONT_FEATURES String List of extra feature tags in
|
fontfeatures FC_FONT_FEATURES String List of extra feature tags in
|
||||||
OpenType to be enabled
|
OpenType to be enabled
|
||||||
namelang FC_NAMELANG String Language name to be used for the
|
namelang FC_NAMELANG String Language name to be used for the
|
||||||
|
|
|
@ -119,6 +119,7 @@ convenience for the applications' rendering mechanism.
|
||||||
rasterizer String Which rasterizer is in use (deprecated)
|
rasterizer String Which rasterizer is in use (deprecated)
|
||||||
outline Bool Whether the glyphs are outlines
|
outline Bool Whether the glyphs are outlines
|
||||||
scalable Bool Whether glyphs can be scaled
|
scalable Bool Whether glyphs can be scaled
|
||||||
|
color Bool Whether any glyphs have color
|
||||||
scale Double Scale factor for point->pixel conversions
|
scale Double Scale factor for point->pixel conversions
|
||||||
dpi Double Target dots per inch
|
dpi Double Target dots per inch
|
||||||
rgba Int unknown, rgb, bgr, vrgb, vbgr,
|
rgba Int unknown, rgb, bgr, vrgb, vbgr,
|
||||||
|
@ -130,9 +131,15 @@ convenience for the applications' rendering mechanism.
|
||||||
font supports
|
font supports
|
||||||
fontversion Int Version number of the font
|
fontversion Int Version number of the font
|
||||||
capability String List of layout capabilities in the font
|
capability String List of layout capabilities in the font
|
||||||
|
fontformat String String name of the font format
|
||||||
embolden Bool Rasterizer should synthetically embolden the font
|
embolden Bool Rasterizer should synthetically embolden the font
|
||||||
|
embeddedbitmap Bool Use the embedded bitmap instead of the outline
|
||||||
|
decorative Bool Whether the style is a decorative variant
|
||||||
fontfeatures String List of the feature tags in OpenType to be enabled
|
fontfeatures String List of the feature tags in OpenType to be enabled
|
||||||
|
namelang String Language name to be used for the default value of
|
||||||
|
familylang, stylelang, and fullnamelang
|
||||||
prgname String String Name of the running program
|
prgname String String Name of the running program
|
||||||
|
postscriptname String Font family name in PostScript
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
<refsect2>
|
<refsect2>
|
||||||
|
|
Loading…
Reference in New Issue