X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fontconfig%2Ffontconfig.h;h=05399c2debac2623aaa266f2c76c11781c643818;hb=aae6f7d48744a25899cac28d47458f394defa02a;hp=86b9c79c87a1d2db2bba42eca5251a2f20b2652d;hpb=c2e7c611cbef33e9f93fbb110cd8df61abec67d7;p=fontconfig.git diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 86b9c79..05399c2 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -1,5 +1,5 @@ /* - * $XFree86: $ + * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.2 2002/02/15 06:01:27 keithp Exp $ * * Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc. * @@ -329,6 +329,9 @@ FcCharSetIntersectCount (const FcCharSet *a, const FcCharSet *b); FcChar32 FcCharSetSubtractCount (const FcCharSet *a, const FcCharSet *b); +FcChar32 +FcCharSetCoverage (const FcCharSet *a, FcChar32 page, FcChar32 *result); + /* fcdbg.c */ void FcPatternPrint (FcPattern *p); @@ -505,7 +508,7 @@ FcResult FcPatternGetDouble (FcPattern *p, const char *object, int n, double *d); FcResult -FcPatternGetString (FcPattern *p, const char *object, int n, FcChar8 const** s); +FcPatternGetString (FcPattern *p, const char *object, int n, FcChar8 ** s); FcResult FcPatternGetMatrix (FcPattern *p, const char *object, int n, FcMatrix **s);