]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Apply some obvious fixes to FcFontSetSort from Owen. Speed up FcCharSet
[fontconfig.git] / fontconfig / fontconfig.h
index db4ff3b910c723bdf00a073696c061cbb788648b..eef136d2cef43ec74e04842376af13d16b7a5bfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.9 2002/05/22 04:37:07 keithp Exp $
+ * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.11 2002/05/24 05:20:02 keithp Exp $
  *
  * Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -347,6 +347,9 @@ FcCharSetIntersectCount (const FcCharSet *a, const FcCharSet *b);
 FcChar32
 FcCharSetSubtractCount (const FcCharSet *a, const FcCharSet *b);
 
+FcBool
+FcCharSetIsSubset (const FcCharSet *a, const FcCharSet *b);
+
 #define FC_CHARSET_MAP_SIZE (256/32)
 #define FC_CHARSET_DONE        ((FcChar32) -1)
 
@@ -513,6 +516,9 @@ FcFontSetSort (FcConfig         *config,
               FcCharSet    **csp,
               FcResult     *result);
 
+void
+FcFontSetSortDestroy (FcFontSet *fs);
+
 /* fcmatrix.c */
 FcMatrix *
 FcMatrixCopy (const FcMatrix *mat);