]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Implement FcPatternFormat and use it in cmdline tools (bug #17107)
[fontconfig.git] / src / fcint.h
index 47925b0c9a07811742f7f942b0a70b67eecaab94..c8ff22838fbeb88303787234f508a9e47601cbac 100644 (file)
@@ -645,6 +645,11 @@ FcNameUnparseCharSet (FcStrBuf *buf, const FcCharSet *c);
 FcPrivate FcCharSet *
 FcNameParseCharSet (FcChar8 *string);
 
+FcPrivate FcBool
+FcNameUnparseValueList (FcStrBuf       *buf,
+                       FcValueListPtr  v,
+                       FcChar8         *escape);
+
 FcPrivate FcCharLeaf *
 FcCharSetFindLeafCreate (FcCharSet *fcs, FcChar32 ucs4);