Change the order of the properties to the order of fontconfig cache format
This commit is contained in:
parent
222d058525
commit
963ec653a3
|
@ -207,8 +207,8 @@ convenience for the application's rendering mechanism.
|
|||
hash FC_HASH String SHA256 hash value of the font data
|
||||
with "sha256:" prefix (deprecated)
|
||||
postscriptname FC_POSTSCRIPT_NAME String Font name in PostScript
|
||||
symbol FC_SYMBOL Bool Whether font uses MS symbol-font encoding
|
||||
color FC_COLOR Bool Whether any glyphs have color
|
||||
symbol FC_SYMBOL Bool Whether font uses MS symbol-font encoding
|
||||
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
|
||||
|
|
|
@ -101,15 +101,15 @@ fullname String Font full names (often includes style)
|
|||
fullnamelang String Languages corresponding to each fullname
|
||||
slant Int Italic, oblique or roman
|
||||
weight Int Light, medium, demibold, bold or black
|
||||
size Double Point size
|
||||
width Int Condensed, normal or expanded
|
||||
size Double Point size
|
||||
aspect Double Stretches glyphs horizontally before hinting
|
||||
pixelsize Double Pixel size
|
||||
spacing Int Proportional, dual-width, monospace or charcell
|
||||
foundry String Font foundry name
|
||||
antialias Bool Whether glyphs can be antialiased
|
||||
hinting Bool Whether the rasterizer should use hinting
|
||||
hintstyle Int Automatic hinting style
|
||||
hinting Bool Whether the rasterizer should use hinting
|
||||
verticallayout Bool Use vertical layout
|
||||
autohint Bool Use autohinter instead of normal hinter
|
||||
globaladvance Bool Use font global advance data (deprecated)
|
||||
|
@ -119,13 +119,11 @@ ftface FT_Face Use the specified FreeType face object
|
|||
rasterizer String Which rasterizer is in use (deprecated)
|
||||
outline Bool Whether the glyphs are outlines
|
||||
scalable Bool Whether glyphs can be scaled
|
||||
color Bool Whether any glyphs have color
|
||||
scale Double Scale factor for point->pixel conversions
|
||||
(deprecated)
|
||||
dpi Double Target dots per inch
|
||||
rgba Int unknown, rgb, bgr, vrgb, vbgr,
|
||||
none - subpixel geometry
|
||||
lcdfilter Int Type of LCD filter
|
||||
scale Double Scale factor for point->pixel conversions
|
||||
(deprecated)
|
||||
minspace Bool Eliminate leading from line spacing
|
||||
charset CharSet Unicode chars encoded by the font
|
||||
lang String List of RFC-3066-style languages this
|
||||
|
@ -136,11 +134,13 @@ fontformat String String name of the font format
|
|||
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
|
||||
lcdfilter Int Type of LCD filter
|
||||
namelang String Language name to be used for the default value of
|
||||
familylang, stylelang, and fullnamelang
|
||||
fontfeatures String List of the feature tags in OpenType to be enabled
|
||||
prgname String String Name of the running program
|
||||
postscriptname String Font family name in PostScript
|
||||
color Bool Whether any glyphs have color
|
||||
fonthashint Bool Whether the font has hinting
|
||||
order Int Order number of the font
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in New Issue