[teklib-general] changeset in /hg/teklib/current: added function to FcInterface, ...
Franciska Schulze
fschulze at neoscientists.org
Mon Nov 26 16:25:29 CET 2007
changeset 94a25454459b in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=94a25454459b
description:
added function to FcInterface, added FNT_WILDCARD define
diffs (36 lines):
diff -r 3d898d9c6d5f -r 94a25454459b src/display_x11/display_x11_font.h
--- a/src/display_x11/display_x11_font.h Sun Sep 30 21:47:38 2007 +0200
+++ b/src/display_x11/display_x11_font.h Sun Sep 30 21:49:04 2007 +0200
@@ -14,6 +14,7 @@
#define FNT_SLANT_I "i"
#define FNT_DEFPXSIZE 14
#define FNT_DEFREGENC "iso8859-1"
+#define FNT_WILDCARD "*"
/* results of a query if TVisual_FontNumResults is not specified */
#define FNTQUERY_NUMRES 1
@@ -29,7 +30,6 @@
#define FNT_MATCH_SLANT 0x4
#define FNT_MATCH_WEIGHT 0x8
#define FNT_MATCH_ALL 0xf
-
/*****************************************************************************/
@@ -86,7 +86,7 @@ struct XftInterface
void (*XftDrawDestroy)(XftDraw *draw);
};
-#define LIBFC_NUMSYMS 16
+#define LIBFC_NUMSYMS 17
struct FcInterface
{
@@ -112,6 +112,7 @@ struct FcInterface
int n, int *i);
FcResult (*FcPatternGetBool)(const FcPattern *p, const char *object,
int n, FcBool *b);
+ void (*FcObjectSetDestroy)(FcObjectSet *os);
};
/*****************************************************************************/
More information about the teklib-general
mailing list