pcf.h | pcf.h | |||
---|---|---|---|---|
skipping to change at line 95 | skipping to change at line 95 | |||
#define PCF_INK_METRICS (1<<4) | #define PCF_INK_METRICS (1<<4) | |||
#define PCF_BDF_ENCODINGS (1<<5) | #define PCF_BDF_ENCODINGS (1<<5) | |||
#define PCF_SWIDTHS (1<<6) | #define PCF_SWIDTHS (1<<6) | |||
#define PCF_GLYPH_NAMES (1<<7) | #define PCF_GLYPH_NAMES (1<<7) | |||
#define PCF_BDF_ACCELERATORS (1<<8) | #define PCF_BDF_ACCELERATORS (1<<8) | |||
extern int pcfReadFont ( FontPtr pFont, FontFilePtr file, | extern int pcfReadFont ( FontPtr pFont, FontFilePtr file, | |||
int bit, int byte, int glyph, int scan ); | int bit, int byte, int glyph, int scan ); | |||
extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file ); | extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file ); | |||
extern int pcfWriteFont ( FontPtr pFont, FontFilePtr file ); | extern int pcfWriteFont ( FontPtr pFont, FontFilePtr file ); | |||
extern void pcfError ( const char *, ... ); | extern void pcfError ( const char *, ... ) _X_ATTRIBUTE_PRINTF(1, 2); | |||
#endif /* _PCF_H_ */ | #endif /* _PCF_H_ */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |