Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND
This commit is contained in:
parent
74a623e02e
commit
116e13b443
|
@ -26,6 +26,8 @@
|
|||
#define _FCFREETYPE_H_
|
||||
#include <freetype/freetype.h>
|
||||
|
||||
_FCFUNCPROTOBEGIN
|
||||
|
||||
FT_UInt
|
||||
FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4);
|
||||
|
||||
|
@ -41,4 +43,6 @@ FcPatternGetFTFace (const FcPattern *p, const char *object, int n, FT_Face *f);
|
|||
FcBool
|
||||
FcPatternAddFTFace (FcPattern *p, const char *object, const FT_Face f);
|
||||
|
||||
_FCFUNCPROTOEND
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue