#include <ft2build.h>
Go to the source code of this file.
Functions | |
FT_BEGIN_HEADER | open_face_PS_from_sfnt_stream (FT_Library library, FT_Stream stream, FT_Long face_index, FT_Int num_params, FT_Parameter *params, FT_Face *aface) |
open_face_from_buffer (FT_Library library, FT_Byte *base, FT_ULong size, FT_Long face_index, const char *driver_name, FT_Face *aface) |
open_face_from_buffer | ( | FT_Library | library, | |
FT_Byte * | base, | |||
FT_ULong | size, | |||
FT_Long | face_index, | |||
const char * | driver_name, | |||
FT_Face * | aface | |||
) |
Referenced by FT_New_Face_From_LWFN(), and FT_New_Face_From_SFNT().
FT_BEGIN_HEADER open_face_PS_from_sfnt_stream | ( | FT_Library | library, | |
FT_Stream | stream, | |||
FT_Long | face_index, | |||
FT_Int | num_params, | |||
FT_Parameter * | params, | |||
FT_Face * | aface | |||
) |
Referenced by FT_New_Face_From_SFNT(), and FT_Open_Face().