diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-18 10:51:30 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-18 10:51:30 +0200 |
| commit | 512ee40dbc63b999953ff3f9b7f34d4dcd5b7008 (patch) | |
| tree | e202654fe5abfd5b76b36ee1ba3abab48dc9f04f | |
| parent | d84e1f49ce5d9f6a9931f5802ecadd59efb4667e (diff) | |
| download | box64-512ee40dbc63b999953ff3f9b7f34d4dcd5b7008.tar.gz box64-512ee40dbc63b999953ff3f9b7f34d4dcd5b7008.zip | |
Added a few more FreeType wrapped functions
| -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) |