Skip to content

Commit f4ee2cc

Browse files
authored
[WRAPPER] Wrapped more symbols for libfreetype (#3290)
1 parent 0158102 commit f4ee2cc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/wrapped/wrappedfreetype_private.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
2-
#error meh!
2+
#error Meh...
33
#endif
44

55
GO(FT_Activate_Size, iFp)
@@ -15,7 +15,7 @@ GO(FT_Bitmap_Done, iFpp)
1515
GO(FT_Bitmap_Embolden, iFppll)
1616
GO(FT_Bitmap_Init, vFp)
1717
GO(FT_Bitmap_New, vFp)
18-
//GO(FT_CeilFix,
18+
GO(FT_CeilFix, lFl)
1919
//GO(FT_ClassicKern_Free,
2020
//GO(FT_ClassicKern_Validate,
2121
GO(FT_Cos, lFl)
@@ -28,7 +28,7 @@ GO(FT_Done_MM_Var, iFpp)
2828
GO(FT_Done_Size, iFp)
2929
//GO(FT_Face_CheckTrueTypePatents,
3030
//GO(FT_Face_GetCharsOfVariant,
31-
GO(FT_Face_GetCharVariantIndex, uFpuu)
31+
GO(FT_Face_GetCharVariantIndex, uFpLL)
3232
//GO(FT_Face_GetCharVariantIsDefault,
3333
//GO(FT_Face_GetVariantSelectors,
3434
//GO(FT_Face_GetVariantsOfChar,
@@ -45,9 +45,9 @@ GO(FT_Get_Color_Glyph_Layer, iFpupp)
4545
GO(FT_Get_Color_Glyph_Paint, iFpuip)
4646
GO(FT_Get_Color_Glyph_ClipBox, iFpup)
4747
GO(FT_Get_Colorline_Stops, iFppp)
48-
//GO(FT_Get_CID_From_Glyph_Index,
49-
//GO(FT_Get_CID_Is_Internally_CID_Keyed,
50-
//GO(FT_Get_CID_Registry_Ordering_Supplement,
48+
GO(FT_Get_CID_From_Glyph_Index, iFpup)
49+
GO(FT_Get_CID_Is_Internally_CID_Keyed, iFpp)
50+
GO(FT_Get_CID_Registry_Ordering_Supplement, iFpppp)
5151
//GO(FT_Get_CMap_Format,
5252
//GO(FT_Get_CMap_Language_ID,
5353
GO(FT_Get_First_Char, LFpp)
@@ -150,8 +150,8 @@ GO(FT_Reference_Face, iFp)
150150
GO(FT_Remove_Module, iFpp)
151151
GO(FT_Render_Glyph, iFpu)
152152
GO(FT_Request_Size, iFpp)
153-
//GO(FT_RoundFix,
154-
GO(FT_Select_Charmap, iFpi)
153+
GO(FT_RoundFix, lFl)
154+
GO(FT_Select_Charmap, iFpu)
155155
GO(FT_Select_Size, iFpi)
156156
GO(FT_Set_Charmap, iFpp)
157157
GO(FT_Set_Char_Size, iFplluu)

0 commit comments

Comments
 (0)