From 512ee40dbc63b999953ff3f9b7f34d4dcd5b7008 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 18 Apr 2021 10:51:30 +0200 Subject: Added a few more FreeType wrapped functions --- src/wrapped/wrappedfreetype_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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) -- cgit 1.4.1