about summary refs log tree commit diff stats
path: root/src/wrapped32/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-27 11:11:58 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-27 11:11:58 +0200
commit34d4cde7c431c020248ba275fa3921775463780b (patch)
tree9113da77bd484ee29f7a8a780742747bd44512f8 /src/wrapped32/generated
parent66788af44d7a77adb68749660711a79e9043af5d (diff)
downloadbox64-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.txt2
-rw-r--r--src/wrapped32/generated/wrappedfreetypetypes32.h2
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)