diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedfreetype_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedfreetype_private.h b/src/wrapped/wrappedfreetype_private.h index b85c2fb9..6453c49b 100755 --- a/src/wrapped/wrappedfreetype_private.h +++ b/src/wrapped/wrappedfreetype_private.h @@ -97,7 +97,7 @@ GO(FT_Glyph_Get_CBox, vFpup) GO(FT_GlyphSlot_Embolden, vFp) GO(FT_GlyphSlot_Oblique, vFp) GO(FT_GlyphSlot_Own_Bitmap, iFp) -//GO(FT_Glyph_Stroke, +GO(FT_Glyph_Stroke, iFppi) GO(FT_Glyph_StrokeBorder, iFppCC) GO(FT_Glyph_To_Bitmap, iFpipC) GO(FT_Glyph_Transform, iFppp) @@ -126,8 +126,8 @@ GO(FT_New_Face, iFpplp) GO(FT_New_Memory_Face, iFppllp) GO(FT_New_Size, iFpp) GOM(FT_Open_Face, iFEpplp) -//GO(FT_OpenType_Free, -//GO(FT_OpenType_Validate, +GO(FT_OpenType_Free, vFpp) +GO(FT_OpenType_Validate, iFpuppppp) GO(FT_Outline_Check, iFp) GO(FT_Outline_Copy, iFpp) GO(FT_Outline_Decompose, iFppp) |