FT_New_Face ( library font index face -- FT_Error )


Vocabulary
freetype

Definition
USING: alien.c-types alien.syntax ;

IN: freetype

LIBRARY: freetype FUNCTION: FT_Error FT_New_Face
( void* library, FT_Char* font, FT_Long index, face* face )
; inline