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