fontconfig: Branch 'main' - 2 commits

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 doc/fontconfig-devel.sgml |    4 +++-
 doc/fontconfig-user.sgml  |   18 +++++++++++-------
 2 files changed, 14 insertions(+), 8 deletions(-)

New commits:
commit 175159676812b061b3f042ca60391f3cd2d236f7
Author: Akira TAGOH <akira@xxxxxxxxx>
Date:   Wed May 17 14:18:52 2023 +0900

    Add missing property descriptions
    
    Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/360

diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml
index 6ac2365..f39f2ed 100644
--- a/doc/fontconfig-devel.sgml
+++ b/doc/fontconfig-devel.sgml
@@ -183,6 +183,7 @@ convenience for the application's rendering mechanism.
                                                   conversions (deprecated)
     minspace       FC_MINSPACE            Bool    Eliminate leading from line
                                                   spacing
+    matrix         FC_MATRIX              Matrix  Hold an affine transformation
     charset        FC_CHARSET             CharSet Unicode chars encoded by
                                                   the font
     lang           FC_LANG                LangSet Set of RFC-3066-style
@@ -213,6 +214,7 @@ convenience for the application's rendering mechanism.
     variable       FC_VARIABLE            Bool    Whether font is Variable Font
     fonthashint    FC_FONT_HAS_HINT       Bool    Whether font has hinting
     order          FC_ORDER               Int     Order number of the font
+    desktop        FC_DESKTOP_NAME        String  Current desktop name
     </programlisting>
   </sect2>
 </sect1>
diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml
index ff8ca2c..389f713 100644
--- a/doc/fontconfig-user.sgml
+++ b/doc/fontconfig-user.sgml
@@ -141,8 +141,12 @@ 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
+symbol          Bool    Whether font uses MS symbol-font encoding
+fontvariations  String  comma-separated string of axes in variable font
+variable        Bool    Wheter font is Variable Font
 fonthashint     Bool    Whether the font has hinting
 order           Int     Order number of the font
+desktop         String  Current desktop name
     </programlisting>
   </refsect2>
   <refsect2>
commit 963ec653a3c651d2f0d57957ad559dad632e9a46
Author: Akira TAGOH <akira@xxxxxxxxx>
Date:   Wed May 17 14:11:22 2023 +0900

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

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>



[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux