Change the order of the properties to the order of fontconfig cache format

This commit is contained in:
Akira TAGOH 2023-05-17 14:11:22 +09:00
parent 222d058525
commit 963ec653a3
2 changed files with 8 additions and 8 deletions

View File

@ -207,8 +207,8 @@ convenience for the application's rendering mechanism.
hash FC_HASH String SHA256 hash value of the font data hash FC_HASH String SHA256 hash value of the font data
with "sha256:" prefix (deprecated) with "sha256:" prefix (deprecated)
postscriptname FC_POSTSCRIPT_NAME String Font name in PostScript 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 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 fontvariations FC_FONT_VARIATIONS String comma-separated string of axes in variable font
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

View File

@ -101,15 +101,15 @@ fullname String Font full names (often includes style)
fullnamelang String Languages corresponding to each fullname fullnamelang String Languages corresponding to each fullname
slant Int Italic, oblique or roman slant Int Italic, oblique or roman
weight Int Light, medium, demibold, bold or black weight Int Light, medium, demibold, bold or black
size Double Point size
width Int Condensed, normal or expanded width Int Condensed, normal or expanded
size Double Point size
aspect Double Stretches glyphs horizontally before hinting aspect Double Stretches glyphs horizontally before hinting
pixelsize Double Pixel size pixelsize Double Pixel size
spacing Int Proportional, dual-width, monospace or charcell spacing Int Proportional, dual-width, monospace or charcell
foundry String Font foundry name foundry String Font foundry name
antialias Bool Whether glyphs can be antialiased antialias Bool Whether glyphs can be antialiased
hinting Bool Whether the rasterizer should use hinting
hintstyle Int Automatic hinting style hintstyle Int Automatic hinting style
hinting Bool Whether the rasterizer should use hinting
verticallayout Bool Use vertical layout verticallayout Bool Use vertical layout
autohint Bool Use autohinter instead of normal hinter autohint Bool Use autohinter instead of normal hinter
globaladvance Bool Use font global advance data (deprecated) 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) 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
(deprecated)
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,
none - subpixel geometry 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 minspace Bool Eliminate leading from line spacing
charset CharSet Unicode chars encoded by the font charset CharSet Unicode chars encoded by the font
lang String List of RFC-3066-style languages this 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 embolden Bool Rasterizer should synthetically embolden the font
embeddedbitmap Bool Use the embedded bitmap instead of the outline embeddedbitmap Bool Use the embedded bitmap instead of the outline
decorative Bool Whether the style is a decorative variant 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 namelang String Language name to be used for the default value of
familylang, stylelang, and fullnamelang familylang, stylelang, and fullnamelang
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
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
</programlisting> </programlisting>