Fix a typo in scalable property

Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/365
This commit is contained in:
Akira TAGOH 2023-06-12 16:51:26 +09:00
parent 842f09c4f0
commit fb726e86bd
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ convenience for the application's rendering mechanism.
face object
rasterizer FC_RASTERIZER String Which rasterizer is in use (deprecated)
outline FC_OUTLINE Bool Whether the glyphs are outlines
scalable FC_SCALABLE Bool Whether glyphs can be scaled
scalable FC_SCALABLE Bool Whether the glyphs are outlines or have color
dpi FC_DPI Double Target dots per inch
rgba FC_RGBA Int unknown, rgb, bgr, vrgb,
vbgr, none - subpixel geometry

View File

@ -118,7 +118,7 @@ index Int The index of the font within the file
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
scalable Bool Whether the glyphs are outlines or have color
dpi Double Target dots per inch
rgba Int unknown, rgb, bgr, vrgb, vbgr,
none - subpixel geometry