ReactOS 0.4.16-dev-329-g9223134
|
#include <psaux.h>
Public Attributes | |
void(* | init )(CFF_Decoder *decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode, CFF_Decoder_Get_Glyph_Callback get_callback, CFF_Decoder_Free_Glyph_Callback free_callback) |
FT_Error(* | prepare )(CFF_Decoder *decoder, CFF_Size size, FT_UInt glyph_index) |
FT_Error(* | parse_charstrings )(PS_Decoder *decoder, FT_Byte *charstring_base, FT_ULong charstring_len) |
void(* CFF_Decoder_FuncsRec_::init) (CFF_Decoder *decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode, CFF_Decoder_Get_Glyph_Callback get_callback, CFF_Decoder_Free_Glyph_Callback free_callback) |
Definition at line 1153 of file psaux.h.
Referenced by cff_slot_load().
FT_Error(* CFF_Decoder_FuncsRec_::parse_charstrings) (PS_Decoder *decoder, FT_Byte *charstring_base, FT_ULong charstring_len) |
Definition at line 1176 of file psaux.h.
Referenced by cff_slot_load().
FT_Error(* CFF_Decoder_FuncsRec_::prepare) (CFF_Decoder *decoder, CFF_Size size, FT_UInt glyph_index) |
Definition at line 1163 of file psaux.h.
Referenced by cff_slot_load().