ReactOS 0.4.16-dev-732-g2d1144a
|
#include <ft2build.h>
Go to the source code of this file.
Classes | |
struct | SFNT_Interface_ |
Macros | |
#define | FT_DEFINE_SFNT_INTERFACE( class_, goto_table_, init_face_, load_face_, done_face_, get_interface_, load_any_, load_head_, load_hhea_, load_cmap_, load_maxp_, load_os2_, load_post_, load_name_, free_name_, load_kern_, load_gasp_, load_pclt_, load_bhed_, load_sbit_image_, get_psname_, free_psnames_, get_kerning_, load_font_dir_, load_hmtx_, load_eblc_, free_eblc_, set_sbit_strike_, load_strike_metrics_, get_metrics_, get_name_, get_name_id_) |
Variables | |
FT_BEGIN_HEADER typedef FT_Error(* | TT_Init_Face_Func )(FT_Stream stream, TT_Face face, FT_Int face_index, FT_Int num_params, FT_Parameter *params) |
#define FT_DEFINE_SFNT_INTERFACE | ( | class_, | |
goto_table_, | |||
init_face_, | |||
load_face_, | |||
done_face_, | |||
get_interface_, | |||
load_any_, | |||
load_head_, | |||
load_hhea_, | |||
load_cmap_, | |||
load_maxp_, | |||
load_os2_, | |||
load_post_, | |||
load_name_, | |||
free_name_, | |||
load_kern_, | |||
load_gasp_, | |||
load_pclt_, | |||
load_bhed_, | |||
load_sbit_image_, | |||
get_psname_, | |||
free_psnames_, | |||
get_kerning_, | |||
load_font_dir_, | |||
load_hmtx_, | |||
load_eblc_, | |||
free_eblc_, | |||
set_sbit_strike_, | |||
load_strike_metrics_, | |||
get_metrics_, | |||
get_name_, | |||
get_name_id_ | |||
) |
typedef struct SFNT_Interface_ SFNT_Interface |
typedef SFNT_Interface* SFNT_Service |
typedef FT_Int(* TT_Face_GetKerningFunc) (TT_Face face, FT_UInt left_glyph, FT_UInt right_glyph) |
typedef FT_Error(* TT_Find_SBit_Image_Func) (TT_Face face, FT_UInt glyph_index, FT_ULong strike_index, TT_SBit_Range *arange, TT_SBit_Strike *astrike, FT_ULong *aglyph_offset) |
typedef FT_Error(* TT_Load_SBit_Metrics_Func) (FT_Stream stream, TT_SBit_Range range, TT_SBit_Metrics metrics) |
typedef FT_Error(* TT_Set_SBit_Strike_Func) (TT_Face face, FT_Size_Request req, FT_ULong *astrike_index) |