summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2023-05-17 14:11:22 +0900
committerAkira TAGOH <akira@tagoh.org>2023-05-17 14:11:22 +0900
commit963ec653a3c651d2f0d57957ad559dad632e9a46 (patch)
treea6597ecc57314c4cd9bb2b61b0a63c317c4ad522
parent222d058525506e587a45368f10e45e4b80ca541f (diff)
downloadfontconfig-963ec653a3c651d2f0d57957ad559dad632e9a46.tar.gz
Change the order of the properties to the order of fontconfig cache format
-rw-r--r--doc/fontconfig-devel.sgml2
-rw-r--r--doc/fontconfig-user.sgml14
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml
index 921cb6c..6ac2365 100644
--- a/doc/fontconfig-devel.sgml
+++ b/doc/fontconfig-devel.sgml
@@ -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
diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml
index 58fb07d..ff8ca2c 100644
--- a/doc/fontconfig-user.sgml
+++ b/doc/fontconfig-user.sgml
@@ -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>