ReactOS
0.4.15-dev-2155-g06f57e1
|
#include <psaux.h>
Public Attributes | |
FT_Error(* | init )(T1_Decoder decoder, FT_Face face, FT_Size size, FT_GlyphSlot slot, FT_Byte **glyph_names, PS_Blend blend, FT_Bool hinting, FT_Render_Mode hint_mode, T1_Decoder_Callback callback) |
void(* | done )(T1_Decoder decoder) |
FT_Error(* | parse_metrics )(T1_Decoder decoder, FT_Byte *base, FT_UInt len) |
FT_Error(* | parse_charstrings )(PS_Decoder *decoder, FT_Byte *charstring_base, FT_ULong charstring_len) |
void(* T1_Decoder_FuncsRec_::done) (T1_Decoder decoder) |
Definition at line 870 of file psaux.h.
Referenced by cid_slot_load_glyph(), T1_Compute_Max_Advance(), and T1_Load_Glyph().
FT_Error(* T1_Decoder_FuncsRec_::init) (T1_Decoder decoder, FT_Face face, FT_Size size, FT_GlyphSlot slot, FT_Byte **glyph_names, PS_Blend blend, FT_Bool hinting, FT_Render_Mode hint_mode, T1_Decoder_Callback callback) |
Definition at line 859 of file psaux.h.
Referenced by cid_slot_load_glyph(), T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
FT_Error(* T1_Decoder_FuncsRec_::parse_charstrings) (PS_Decoder *decoder, FT_Byte *charstring_base, FT_ULong charstring_len) |
Definition at line 885 of file psaux.h.
Referenced by T1_Parse_Glyph_And_Get_Char_String().
Definition at line 879 of file psaux.h.
Referenced by T1_Parse_Glyph_And_Get_Char_String().