diff options
Diffstat (limited to 'src/wrapped/wrappedfreetype_private.h')
| -rwxr-xr-x | src/wrapped/wrappedfreetype_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedfreetype_private.h b/src/wrapped/wrappedfreetype_private.h index 5beaad93..9c4318fd 100755 --- a/src/wrapped/wrappedfreetype_private.h +++ b/src/wrapped/wrappedfreetype_private.h @@ -156,13 +156,13 @@ GO(FT_Set_Char_Size, iFplluu) //GO(FT_Set_Debug_Hook, //GO(FT_Set_Default_Properties, //GO(FT_Set_MM_Blend_Coordinates, -//GO(FT_Set_MM_Design_Coordinates, +GO(FT_Set_MM_Design_Coordinates, iFpup) GO(FT_Set_Pixel_Sizes, iFpuu) //GO(FT_Set_Renderer, GO(FT_Set_Transform, vFppp) //GO(FT_Set_Var_Blend_Coordinates, GO(FT_Set_Var_Design_Coordinates, iFpup) -//GO(FT_Sfnt_Table_Info, +GO(FT_Sfnt_Table_Info, iFpupp) GO(FT_Sin, lFl) //GO(FT_Stream_OpenBzip2, //GO(FT_Stream_OpenGzip, |