summaryrefslogtreecommitdiff
path: root/src/fcobjs.h
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-01-18 11:30:10 +0900
committerAkira TAGOH <akira@tagoh.org>2013-03-21 16:34:42 +0900
commitb561ff2016ce84eef3c81f16dfb0481be6a13f9b (patch)
treec2a58217b36040e9a664587eb28c08230d3f54a1 /src/fcobjs.h
parentc758206e8c0e5b572bd34183b184ef4361745333 (diff)
downloadfontconfig-b561ff2016ce84eef3c81f16dfb0481be6a13f9b.tar.gz
Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
Add the PostScript name into the cache and the matcher. Scoring the better font against the PostScript name by the forward-matching.
Diffstat (limited to 'src/fcobjs.h')
-rw-r--r--src/fcobjs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fcobjs.h b/src/fcobjs.h
index 4c1138a..b735401 100644
--- a/src/fcobjs.h
+++ b/src/fcobjs.h
@@ -44,4 +44,5 @@ FC_OBJECT (NAMELANG, FcTypeString, NULL)
FC_OBJECT (FONT_FEATURES, FcTypeString, NULL)
FC_OBJECT (PRGNAME, FcTypeString, NULL)
FC_OBJECT (HASH, FcTypeString, FcCompareString)
+FC_OBJECT (POSTSCRIPT_NAME, FcTypeString, FcComparePostScript)
/* ^-------------- Add new objects here. */