X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ffcint.h;h=777b214e7fdd5e233af0a0fa8becb3f79c1acb6b;hb=e50b9ae71134a23820e8f50589649e629a6143ba;hp=00ee5f6f51a199b80d7477ce1531f4afc47a68d1;hpb=d6dabf368677babec02d8f64ba0598270e28b501;p=platform%2Fupstream%2Ffontconfig.git diff --git a/src/fcint.h b/src/fcint.h index 00ee5f6..777b214 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -1,5 +1,5 @@ /* - * $XFree86: xc/lib/fontconfig/src/fcint.h,v 1.13 2002/06/03 08:31:15 keithp Exp $ + * $XFree86: xc/lib/fontconfig/src/fcint.h,v 1.16 2002/07/06 23:47:44 keithp Exp $ * * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc. * @@ -399,6 +399,9 @@ FcFontDebug (void); /* fcfreetype.c */ FcBool +FcFreeTypeIsExclusiveLang (const FcChar8 *lang); + +FcBool FcFreeTypeHasLang (FcPattern *pattern, const FcChar8 *lang); /* fcfs.c */ @@ -470,7 +473,9 @@ FcMemFree (int kind, int size); /* fclang.c */ FcBool -FcFreeTypeSetLang (FcPattern *pattern, FcCharSet *charset); +FcFreeTypeSetLang (FcPattern *pattern, + FcCharSet *charset, + const FcChar8 *exclusiveLang); FcLangResult FcLangCompare (const FcChar8 *s1, const FcChar8 *s2);