]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fcfreetype.h
Rename Avaric orthography from 'ava' to 'av' (bug #20174)
[fontconfig.git] / fontconfig / fcfreetype.h
index 0c2a81c45532cb67a827a0fdf4d5439a84cfb7b9..d54ec6f1cad07982444cde367f663877c293016d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $RCSId: xc/lib/fontconfig/fontconfig/fcfreetype.h,v 1.2 2002/02/15 06:01:27 keithp Exp $
+ * fontconfig/fontconfig/fcfreetype.h
  *
  * Copyright © 2001 Keith Packard
  *
@@ -48,6 +48,12 @@ FcPatternGetFTFace (const FcPattern *p, const char *object, int n, FT_Face *f);
 FcPublic FcBool
 FcPatternAddFTFace (FcPattern *p, const char *object, const FT_Face f);
 
+FcPublic FcPattern *
+FcFreeTypeQueryFace (const FT_Face  face,
+                    const FcChar8  *file,
+                    int            id,
+                    FcBlanks       *blanks);
+
 _FCFUNCPROTOEND
 
 #endif