#include <ft2build.h>
Go to the source code of this file.
Functions | |
FT_BEGIN_HEADER | sfnt_init_face (FT_Stream stream, TT_Face face, FT_Int face_index, FT_Int num_params, FT_Parameter *params) |
sfnt_load_face (FT_Stream stream, TT_Face face, FT_Int face_index, FT_Int num_params, FT_Parameter *params) | |
sfnt_done_face (TT_Face face) |
sfnt_done_face | ( | TT_Face | face | ) |
Definition at line 1055 of file sfobjs.c.
References SFNT_Interface_::free_eblc, SFNT_Interface_::free_name, SFNT_Interface_::free_psnames, FT_FACE_STREAM, FT_FRAME_RELEASE, FT_FREE, if(), PC3::stream(), tt_face_done_kern(), and tt_face_free_bdf_props().
FT_BEGIN_HEADER sfnt_init_face | ( | FT_Stream | stream, | |
TT_Face | face, | |||
FT_Int | face_index, | |||
FT_Int | num_params, | |||
FT_Parameter * | params | |||
) |
Definition at line 423 of file sfobjs.c.
References error, FT_FACE_FIND_GLOBAL_SERVICE, FT_Get_Module_Interface(), FT_STREAM_SEEK, FT_TRACE2, FT_UNUSED, SFNT_Interface_::goto_table, if(), SFNT_Interface_::load_font_dir, and sfnt_open_font().
sfnt_load_face | ( | FT_Stream | stream, | |
TT_Face | face, | |||
FT_Int | face_index, | |||
FT_Int | num_params, | |||
FT_Parameter * | params | |||
) |
Definition at line 519 of file sfobjs.c.
References bsize, error, FALSE, flags, FONT_FAMILY, for(), FT_Bool, FT_BOOL, FT_ENCODING_UNICODE, FT_FACE_FLAG_FIXED_SIZES, FT_FACE_FLAG_FIXED_WIDTH, FT_FACE_FLAG_GLYPH_NAMES, FT_FACE_FLAG_HORIZONTAL, FT_FACE_FLAG_KERNING, FT_FACE_FLAG_MULTIPLE_MASTERS, FT_FACE_FLAG_SCALABLE, FT_FACE_FLAG_SFNT, FT_FACE_FLAG_VERTICAL, FT_NEW_ARRAY, FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY, FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY, FT_STYLE_FLAG_BOLD, FT_STYLE_FLAG_ITALIC, FT_TRACE2, FT_UNUSED, GET_NAME, i, if(), LOAD_, SFNT_Interface_::load_bhed, SFNT_Interface_::load_eblc, SFNT_Interface_::load_strike_metrics, LOADM_, m, metrics(), name, NULL, root, sfnt_find_encoding(), TRUE, tt_face_build_cmaps(), TT_FACE_HAS_KERNING, tt_face_lookup_table(), TTAG_CFF, TTAG_fvar, TTAG_glyf, TTAG_gvar, and TTAG_true.