]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Change FcCharSet datastructure, add FcFontSort API
[fontconfig.git] / fontconfig / fontconfig.h
index eef136d2cef43ec74e04842376af13d16b7a5bfc..a75d741c2392cc32b05edb79a5b0f31823eddad8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.11 2002/05/24 05:20:02 keithp Exp $
+ * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.12 2002/05/29 08:21:33 keithp Exp $
  *
  * Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -516,6 +516,13 @@ FcFontSetSort (FcConfig        *config,
               FcCharSet    **csp,
               FcResult     *result);
 
+FcFontSet *
+FcFontSort (FcConfig    *config,
+           FcPattern    *p,
+           FcBool       trim,
+           FcCharSet    **csp,
+           FcResult     *result);
+
 void
 FcFontSetSortDestroy (FcFontSet *fs);