about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedfreetype_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedfreetype_private.h')
-rwxr-xr-xsrc/wrapped/wrappedfreetype_private.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/wrapped/wrappedfreetype_private.h b/src/wrapped/wrappedfreetype_private.h
index 9c4318fd..40956930 100755
--- a/src/wrapped/wrappedfreetype_private.h
+++ b/src/wrapped/wrappedfreetype_private.h
@@ -19,7 +19,7 @@ GO(FT_Bitmap_New, vFp)
 //GO(FT_ClassicKern_Free, 
 //GO(FT_ClassicKern_Validate, 
 GO(FT_Cos, lFl)
-//GO(FT_DivFix, 
+GO(FT_DivFix, lFll)
 GO(FT_Done_Face, iFp)
 GO(FT_Done_FreeType, iFp)
 GO(FT_Done_Glyph, vFp)
@@ -34,7 +34,7 @@ GO(FT_Face_GetCharVariantIndex, uFpuu)
 //GO(FT_Face_GetVariantsOfChar, 
 GO(FT_Face_Properties, iFpup)
 //GO(FT_Face_SetUnpatentedHinting, 
-//GO(FT_FloorFix, 
+GO(FT_FloorFix, lFl)
 GO(FT_Get_Advance, iFpiup)
 GO(FT_Get_Advances, iFpuuip)
 //GO(FT_Get_BDF_Charset_ID, 
@@ -59,7 +59,7 @@ GO(FT_Get_Glyph_Name, iFpupu)
 GO(FT_Get_Kerning, iFpuuup)
 //GO(FT_Get_MM_Blend_Coordinates, 
 GO(FT_Get_MM_Var, iFpp)
-//GO(FT_Get_Module, 
+GO(FT_Get_Module, pFpp)
 //GO(FT_Get_Multi_Master, 
 GO(FT_Get_Name_Index, uFpp)
 GO(FT_Get_Next_Char, LFpLp)
@@ -72,7 +72,7 @@ GO(FT_Get_Postscript_Name, pFp)
 GO(FT_Get_PS_Font_Info, iFpp)
 //GO(FT_Get_PS_Font_Private, 
 //GO(FT_Get_PS_Font_Value, 
-//GO(FT_Get_Renderer, 
+GO(FT_Get_Renderer, pFpu)
 //GO(FT_Get_Sfnt_LangTag, 
 GO(FT_Get_Sfnt_Name, iFpip)
 GO(FT_Get_Sfnt_Name_Count, uFp)
@@ -80,7 +80,7 @@ GO(FT_Get_Sfnt_Table, pFpi)
 GO(FT_Get_SubGlyph_Info, iFpuppppp)
 GO(FT_Get_Track_Kerning, iFplip)
 GO(FT_Get_Transform, vFppp)
-GO(FT_Get_TrueType_Engine_Type, iFp)
+GO(FT_Get_TrueType_Engine_Type, uFp)
 GO(FT_Get_Var_Blend_Coordinates, iFpup)
 //GO(FT_Get_Var_Design_Coordinates, 
 GO(FT_Get_WinFNT_Header, iFpp)  // does FT_WinFNT_HeaderRec_ needs alignment?
@@ -90,23 +90,23 @@ GO(FT_Glyph_Get_CBox, vFpup)
 GO(FT_GlyphSlot_Embolden, vFp)
 GO(FT_GlyphSlot_Oblique, vFp)
 GO(FT_GlyphSlot_Own_Bitmap, iFp)
-GO(FT_Glyph_Stroke, iFppi)
+GO(FT_Glyph_Stroke, iFppC)
 GO(FT_Glyph_StrokeBorder, iFppCC)
-GO(FT_Glyph_To_Bitmap, iFpipC)
+GO(FT_Glyph_To_Bitmap, iFpupC)
 GO(FT_Glyph_Transform, iFppp)
 //GO(FT_Gzip_Uncompress, 
 //GO(FT_Has_PS_Glyph_Names, 
 GO(FT_Init_FreeType, iFp)
-GO(FT_Library_SetLcdFilter, iFpi)
+GO(FT_Library_SetLcdFilter, iFpu)
 GO(FT_Library_SetLcdFilterWeights, iFpp)
 GO(FT_Library_Version, vFpppp)
 //GO(FT_List_Add, 
 //GO(FT_List_Finalize, 
-//GO(FT_List_Find, 
+GO(FT_List_Find, pFpp)
 //GO(FT_List_Insert, 
 //GO(FT_List_Iterate, 
 //GO(FT_List_Remove, 
-//GO(FT_List_Up, 
+GO(FT_List_Up, vFpp)
 GO(FT_Load_Char, iFpLi)
 GO(FT_Load_Glyph, iFpui)
 GO(FT_Load_Sfnt_Table, iFpLlpp)
@@ -132,8 +132,8 @@ GO(FT_Outline_Get_BBox, iFpp)
 GO(FT_Outline_Get_Bitmap, iFppp)
 GO(FT_Outline_Get_CBox, vFpp)
 //GO(FT_Outline_GetInsideBorder, 
-//GO(FT_Outline_Get_Orientation, 
-//GO(FT_Outline_GetOutsideBorder, 
+GO(FT_Outline_Get_Orientation, uFp)
+GO(FT_Outline_GetOutsideBorder, uFp)
 GO(FT_Outline_New, iFpuip)
 //GO(FT_Outline_New_Internal, 
 GO(FT_Outline_Render, iFppp)
@@ -145,8 +145,8 @@ GO(FT_Property_Get, iFpppp)
 GO(FT_Property_Set, iFpppp)
 GO(FT_Reference_Face, iFp)
 //GO(FT_Reference_Library, 
-//GO(FT_Remove_Module, 
-GO(FT_Render_Glyph, iFpi)
+GO(FT_Remove_Module, iFpp)
+GO(FT_Render_Glyph, iFpu)
 GO(FT_Request_Size, iFpp)
 //GO(FT_RoundFix, 
 GO(FT_Select_Charmap, iFpi)
@@ -158,7 +158,7 @@ GO(FT_Set_Char_Size, iFplluu)
 //GO(FT_Set_MM_Blend_Coordinates, 
 GO(FT_Set_MM_Design_Coordinates, iFpup)
 GO(FT_Set_Pixel_Sizes, iFpuu)
-//GO(FT_Set_Renderer, 
+GO(FT_Set_Renderer, iFppup)
 GO(FT_Set_Transform, vFppp)
 //GO(FT_Set_Var_Blend_Coordinates, 
 GO(FT_Set_Var_Design_Coordinates, iFpup)
@@ -173,14 +173,14 @@ GO(FT_Stroker_CubicTo, iFpppp)
 GO(FT_Stroker_Done, vFp)
 GO(FT_Stroker_EndSubPath, iFp)
 GO(FT_Stroker_Export, vFpp)
-GO(FT_Stroker_ExportBorder, vFpip)
-GO(FT_Stroker_GetBorderCounts, iFpipp)
+GO(FT_Stroker_ExportBorder, vFpup)
+GO(FT_Stroker_GetBorderCounts, iFpupp)
 GO(FT_Stroker_GetCounts, iFppp)
 GO(FT_Stroker_LineTo, iFpp)
 GO(FT_Stroker_New, iFpp)
 GO(FT_Stroker_ParseOutline, iFppC)
 GO(FT_Stroker_Rewind, vFp)
-GO(FT_Stroker_Set, vFpliil)
+GO(FT_Stroker_Set, vFpluul)
 GO(FT_Tan, lFl)
 //GO(FT_TrueTypeGX_Free, 
 //GO(FT_TrueTypeGX_Validate,