diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-08-31 01:18:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-30 19:18:27 +0200 |
| commit | 197f962543814edd6c115878ae353aed1d2dad9f (patch) | |
| tree | ea4ab2f053af2c7499643d3b73845f6149179aeb /src | |
| parent | 373d778f6abf943f779328daa0a2b425d6469077 (diff) | |
| download | box64-197f962543814edd6c115878ae353aed1d2dad9f.tar.gz box64-197f962543814edd6c115878ae353aed1d2dad9f.zip | |
[WRAPPER] Wrapped 2 more symbols for libfreetype (#2984)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedfreetype_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/wrappedfreetype_private.h b/src/wrapped/wrappedfreetype_private.h index 137853e7..8ae8f8bd 100644 --- a/src/wrapped/wrappedfreetype_private.h +++ b/src/wrapped/wrappedfreetype_private.h @@ -81,6 +81,7 @@ GO(FT_Get_SubGlyph_Info, iFpuppppp) GO(FT_Get_Track_Kerning, iFplip) GO(FT_Get_Transform, vFppp) GO(FT_Get_TrueType_Engine_Type, uFp) +GO(FT_Get_Var_Axis_Flags, iFpup) GO(FT_Get_Var_Blend_Coordinates, iFpup) GO(FT_Get_Var_Design_Coordinates, iFpup) GO(FT_Get_WinFNT_Header, iFpp) // does FT_WinFNT_HeaderRec_ needs alignment? @@ -141,6 +142,7 @@ GO(FT_Outline_Reverse, vFp) GO(FT_Outline_Transform, vFpp) GO(FT_Outline_Translate, vFpll) GO(FT_Palette_Select, iFpWp) +GO(FT_Palette_Data_Get, iFpp) GO(FT_Property_Get, iFpppp) GO(FT_Property_Set, iFpppp) GO(FT_Reference_Face, iFp) |