about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedfreetype_private.h2
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)