X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fontconfig%2Ffontconfig.h;h=feb781ed8157708ffc9d5712a6606db74e534302;hb=f57783d2e9c7362b1e5d5e3a967ba90fa49ade6e;hp=0bcef1940e3a8385cebafb8af91fc05c4b31b13b;hpb=97293e07dd688b3d81cd6e7ecd5df4cdef4c87d8;p=fontconfig.git diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 0bcef19..feb781e 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -46,7 +46,7 @@ typedef int FcBool; #define FC_MAJOR 2 #define FC_MINOR 3 -#define FC_REVISION 93 +#define FC_REVISION 95 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION)) @@ -211,18 +211,15 @@ typedef struct _FcLangSet FcLangSet; typedef struct _FcValue { FcType type; union { - const FcChar8 *s; - int s_off; + const FcChar8 *s; int i; FcBool b; double d; - const FcMatrix *m; - const FcCharSet *c; - int c_off; + const FcMatrix *m; + const FcCharSet *c; void *f; const FcPattern *p; - const FcLangSet *l; - int l_off; /* this is a difference of char *s */ + const FcLangSet *l; } u; } FcValue; @@ -278,12 +275,6 @@ _FCFUNCPROTOBEGIN FcBool FcDirCacheValid (const FcChar8 *cache_file); -FcBool -FcDirCacheHasCurrentArch (const FcChar8 *dir); - -FcBool -FcDirCacheUnlink (const FcChar8 *dir, FcConfig *config); - /* fcblanks.c */ FcBlanks * FcBlanksCreate (void); @@ -328,10 +319,6 @@ FcConfigBuildFonts (FcConfig *config); FcStrList * FcConfigGetFontDirs (FcConfig *config); -const FcChar8 * -FcConfigNormalizeFontDir (FcConfig *config, - const FcChar8 *d); - FcStrList * FcConfigGetConfigDirs (FcConfig *config); @@ -668,9 +655,6 @@ FcNameParse (const FcChar8 *name); FcChar8 * FcNameUnparse (FcPattern *pat); -FcChar8 * -FcNameUnparseEscaped (FcPattern *pat, FcBool escape); - /* fcpat.c */ FcPattern * FcPatternCreate (void);