diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-27 11:11:58 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-27 11:11:58 +0200 |
| commit | 34d4cde7c431c020248ba275fa3921775463780b (patch) | |
| tree | 9113da77bd484ee29f7a8a780742747bd44512f8 /src/wrapped32/generated | |
| parent | 66788af44d7a77adb68749660711a79e9043af5d (diff) | |
| download | box64-34d4cde7c431c020248ba275fa3921775463780b.tar.gz box64-34d4cde7c431c020248ba275fa3921775463780b.zip | |
[BOX32][WRAPPER] Added 2 more 32bits wrapped function to freetype
Diffstat (limited to 'src/wrapped32/generated')
| -rw-r--r-- | src/wrapped32/generated/functions_list.txt | 2 | ||||
| -rw-r--r-- | src/wrapped32/generated/wrappedfreetypetypes32.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped32/generated/functions_list.txt b/src/wrapped32/generated/functions_list.txt index 7a57cee3..d67b10b9 100644 --- a/src/wrapped32/generated/functions_list.txt +++ b/src/wrapped32/generated/functions_list.txt @@ -1051,6 +1051,8 @@ wrappedfreetype: - FT_Load_Glyph - iFpuu: - FT_Set_Pixel_Sizes +- iFpLi: + - FT_Load_Char - iFpplp: - FT_New_Face - iFplluu: diff --git a/src/wrapped32/generated/wrappedfreetypetypes32.h b/src/wrapped32/generated/wrappedfreetypetypes32.h index 432b6343..868f7d07 100644 --- a/src/wrapped32/generated/wrappedfreetypetypes32.h +++ b/src/wrapped32/generated/wrappedfreetypetypes32.h @@ -17,6 +17,7 @@ typedef int32_t (*iFpu_t)(void*, uint32_t); typedef uint32_t (*uFpL_t)(void*, uintptr_t); typedef int32_t (*iFpui_t)(void*, uint32_t, int32_t); typedef int32_t (*iFpuu_t)(void*, uint32_t, uint32_t); +typedef int32_t (*iFpLi_t)(void*, uintptr_t, int32_t); typedef int32_t (*iFpplp_t)(void*, void*, intptr_t, void*); typedef int32_t (*iFplluu_t)(void*, intptr_t, intptr_t, uint32_t, uint32_t); typedef int32_t (*iFppllp_t)(void*, void*, intptr_t, intptr_t, void*); @@ -28,6 +29,7 @@ typedef int32_t (*iFppllp_t)(void*, void*, intptr_t, intptr_t, void*); GO(FT_Get_Char_Index, uFpL_t) \ GO(FT_Load_Glyph, iFpui_t) \ GO(FT_Set_Pixel_Sizes, iFpuu_t) \ + GO(FT_Load_Char, iFpLi_t) \ GO(FT_New_Face, iFpplp_t) \ GO(FT_Set_Char_Size, iFplluu_t) \ GO(FT_New_Memory_Face, iFppllp_t) |