fontconf.h | fontconf.h | |||
---|---|---|---|---|
skipping to change at line 54 | skipping to change at line 54 | |||
/* Define as 1 if you have bdf font support in Xfont */ | /* Define as 1 if you have bdf font support in Xfont */ | |||
#define XFONT_BDFFORMAT 1 | #define XFONT_BDFFORMAT 1 | |||
/* Define as 1 if you have snf font support in Xfont */ | /* Define as 1 if you have snf font support in Xfont */ | |||
#define XFONT_SNFFORMAT 1 | #define XFONT_SNFFORMAT 1 | |||
/* Define as 1 if you have bitmap font support in Xfont */ | /* Define as 1 if you have bitmap font support in Xfont */ | |||
#define XFONT_BITMAP 1 | #define XFONT_BITMAP 1 | |||
/* Define as 1 if you have fontfile support in Xfont */ | /* Define as 1 if you have fontfile support in Xfont */ | |||
#define XFONT_FONTFILE | #define XFONT_FONTFILE 1 | |||
/* Define as 1 if you have font cache support in Xfont */ | /* Define as 1 if you have font cache support in Xfont */ | |||
/* #undef XFONT_FONTCACHE */ | /* #undef XFONT_FONTCACHE */ | |||
/* Define as 1 if you have X Font Services Protocol support in Xfont */ | /* Define as 1 if you have X Font Services Protocol support in Xfont */ | |||
#define XFONT_FC 1 | #define XFONT_FC 1 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||