From fb726e86bdd4dcc9018cac002d27ce44f7fb1e52 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Mon, 12 Jun 2023 16:51:26 +0900 Subject: [PATCH] Fix a typo in scalable property Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/365 --- doc/fontconfig-devel.sgml | 2 +- doc/fontconfig-user.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml index 2ac11f5..2d83d13 100644 --- a/doc/fontconfig-devel.sgml +++ b/doc/fontconfig-devel.sgml @@ -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 diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml index a89cab5..eba13e1 100644 --- a/doc/fontconfig-user.sgml +++ b/doc/fontconfig-user.sgml @@ -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