]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Add match routine that returns list of fonts
[fontconfig.git] / fontconfig / fontconfig.h
index f25f57c6a3b5f593c26f0b7999c0c581ce4e4267..1085ed657a88e5b695cd93e4f75866ed97c2ad72 100644 (file)
@@ -458,6 +458,20 @@ FcFontMatch (FcConfig      *config,
             FcPattern  *p, 
             FcResult   *result);
 
+FcPattern *
+FcFontRenderPrepare (FcConfig      *config,
+                    FcPattern      *pat,
+                    FcPattern      *font);
+
+FcFontSet *
+FcFontSetSort (FcConfig            *config,
+              FcFontSet    **sets,
+              int          nsets,
+              FcPattern    *p,
+              FcBool       trim,
+              FcCharSet    **csp,
+              FcResult     *result);
+
 /* fcmatrix.c */
 FcMatrix *
 FcMatrixCopy (const FcMatrix *mat);