diff options
| author | rajdakin <rajdakin@gmail.com> | 2021-07-31 13:38:01 +0200 |
|---|---|---|
| committer | rajdakin <rajdakin@gmail.com> | 2021-07-31 13:38:22 +0200 |
| commit | e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd (patch) | |
| tree | b9efa9e0ba1331bbe4d3ccf100cf465b720e3faf /src/wrapped/wrappedfreetype_private.h | |
| parent | c8640caba352bed19d7289cf9761c0d14d3d2b19 (diff) | |
| download | box64-e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd.tar.gz box64-e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd.zip | |
Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN'T WORK, FIX UNDERWAY]
Diffstat (limited to 'src/wrapped/wrappedfreetype_private.h')
| -rwxr-xr-x | src/wrapped/wrappedfreetype_private.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/wrapped/wrappedfreetype_private.h b/src/wrapped/wrappedfreetype_private.h index 3bc29754..9bf765e3 100755 --- a/src/wrapped/wrappedfreetype_private.h +++ b/src/wrapped/wrappedfreetype_private.h @@ -15,25 +15,10 @@ GO(FT_Bitmap_Done, iFpp) GO(FT_Bitmap_Embolden, iFppll) GO(FT_Bitmap_Init, vFp) GO(FT_Bitmap_New, vFp) -//GO(FTC_CMapCache_Lookup, -//GO(FTC_CMapCache_New, //GO(FT_CeilFix, -//GO(FTC_ImageCache_Lookup, -//GO(FTC_ImageCache_LookupScaler, -//GO(FTC_ImageCache_New, //GO(FT_ClassicKern_Free, //GO(FT_ClassicKern_Validate, -//GO(FTC_Manager_Done, -//GO(FTC_Manager_LookupFace, -//GO(FTC_Manager_LookupSize, -//GO(FTC_Manager_New, -//GO(FTC_Manager_RemoveFaceID, -//GO(FTC_Manager_Reset, -//GO(FTC_Node_Unref, GO(FT_Cos, lFl) -//GO(FTC_SBitCache_Lookup, -//GO(FTC_SBitCache_LookupScaler, -//GO(FTC_SBitCache_New, //GO(FT_DivFix, GO(FT_Done_Face, iFp) GO(FT_Done_FreeType, iFp) |