freetype: fix load error

db4
Slava Pestov 2010-02-24 00:46:11 +13:00
parent ae25cfe712
commit 282f284515
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ STRUCT: FT_Bitmap
{ palette_mode char }
{ palette void* } ;
TYPEDEF: void* FT_Face*
C-TYPE: FT_Face
FUNCTION: FT_Error FT_New_Face ( void* library, FT_Char* font, FT_Long index, face* face ) ;