#include <ft2build.h>
Go to the source code of this file.
Defines | |
#define | FT_DEPRECATED_ATTRIBUTE |
Functions | |
FT_New_Face_From_FOND (FT_Library library, Handle fond, FT_Long face_index, FT_Face *aface) FT_DEPRECATED_ATTRIBUTE | |
FT_GetFile_From_Mac_Name (const char *fontName, FSSpec *pathSpec, FT_Long *face_index) FT_DEPRECATED_ATTRIBUTE | |
FT_GetFile_From_Mac_ATS_Name (const char *fontName, FSSpec *pathSpec, FT_Long *face_index) FT_DEPRECATED_ATTRIBUTE | |
FT_GetFilePath_From_Mac_ATS_Name (const char *fontName, UInt8 *path, UInt32 maxPathSize, FT_Long *face_index) FT_DEPRECATED_ATTRIBUTE | |
FT_New_Face_From_FSSpec (FT_Library library, const FSSpec *spec, FT_Long face_index, FT_Face *aface) FT_DEPRECATED_ATTRIBUTE | |
FT_New_Face_From_FSRef (FT_Library library, const FSRef *ref, FT_Long face_index, FT_Face *aface) FT_DEPRECATED_ATTRIBUTE |
FT_GetFile_From_Mac_ATS_Name | ( | const char * | fontName, | |
FSSpec * | pathSpec, | |||
FT_Long * | face_index | |||
) |
FT_GetFile_From_Mac_Name | ( | const char * | fontName, | |
FSSpec * | pathSpec, | |||
FT_Long * | face_index | |||
) |
FT_GetFilePath_From_Mac_ATS_Name | ( | const char * | fontName, | |
UInt8 * | path, | |||
UInt32 | maxPathSize, | |||
FT_Long * | face_index | |||
) |
Definition at line 357 of file ftmac.c.
References FT_GetFileRef_From_Mac_ATS_Name(), FT_UNUSED, and noErr.
FT_New_Face_From_FOND | ( | FT_Library | library, | |
Handle | fond, | |||
FT_Long | face_index, | |||
FT_Face * | aface | |||
) |
Definition at line 1224 of file ftmac.c.
References error, FT_MEM_SET, FT_New_Face_From_LWFN(), FT_New_Face_From_SFNT(), lookup_lwfn_by_fond(), noErr, NULL, parse_fond(), PATH_MAX, PREFER_LWFN, and TTAG_FOND.
FT_New_Face_From_FSRef | ( | FT_Library | library, | |
const FSRef * | ref, | |||
FT_Long | face_index, | |||
FT_Face * | aface | |||
) |
Definition at line 1421 of file ftmac.c.
References error, FT_Open_Args_::flags, FT_New_Face_From_Resource(), FT_Open_Face(), FT_OPEN_PATHNAME, FT_UNUSED, NULL, PATH_MAX, and FT_Open_Args_::pathname.
FT_New_Face_From_FSSpec | ( | FT_Library | library, | |
const FSSpec * | spec, | |||
FT_Long | face_index, | |||
FT_Face * | aface | |||
) |
Definition at line 1477 of file ftmac.c.
References error, FT_Open_Args_::flags, FT_New_Face_From_FSRef(), FT_New_Face_From_Resource(), FT_Open_Face(), FT_OPEN_PATHNAME, FT_UNUSED, noErr, NULL, PATH_MAX, and FT_Open_Args_::pathname.