summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2020-05-25 18:22:18 +0900
committerAkira TAGOH <akira@tagoh.org>2020-05-25 18:22:55 +0900
commit68d021b634d1bc53cf3ec1bd28a306500c68c23a (patch)
tree1e8a227d02570893d6520e38e4fd64271a4ae805 /doc
parent528b17b2837c3b102acd90cc7548d07bacaccb1f (diff)
downloadfontconfig-68d021b634d1bc53cf3ec1bd28a306500c68c23a.tar.gz
Add FC_ORDER property into cache
"fontversion" used to be modified to sort out fonts as a technique. But that lost the original purpose to do the version control between releases. This change adds the dedicated property into the cache. Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/226
Diffstat (limited to 'doc')
-rw-r--r--doc/fontconfig-devel.sgml1
-rw-r--r--doc/fontconfig-user.sgml1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml
index c4d7537..a1ec613 100644
--- a/doc/fontconfig-devel.sgml
+++ b/doc/fontconfig-devel.sgml
@@ -212,6 +212,7 @@ convenience for the application's rendering mechanism.
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
+ order FC_ORDER Int Order number of the font
</programlisting>
</sect2>
</sect1>
diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml
index c4e8312..cf154ae 100644
--- a/doc/fontconfig-user.sgml
+++ b/doc/fontconfig-user.sgml
@@ -141,6 +141,7 @@ convenience for the applications' rendering mechanism.
prgname String String Name of the running program
postscriptname String Font family name in PostScript
fonthashint Bool Whether the font has hinting
+ order Int Order number of the font
</programlisting>
</refsect2>
<refsect2>