#include <psaux.h>
Public Attributes | |
| T1_BuilderRec | builder |
| FT_Long | stack [T1_MAX_CHARSTRINGS_OPERANDS] |
| FT_Long * | top |
| T1_Decoder_ZoneRec | zones [T1_MAX_SUBRS_CALLS+1] |
| T1_Decoder_Zone | zone |
| FT_Service_PsCMaps | psnames |
| FT_UInt | num_glyphs |
| FT_Byte ** | glyph_names |
| FT_Int | lenIV |
| FT_UInt | num_subrs |
| FT_Byte ** | subrs |
| FT_PtrDist * | subrs_len |
| FT_Matrix | font_matrix |
| FT_Vector | font_offset |
| FT_Int | flex_state |
| FT_Int | num_flex_vectors |
| FT_Vector | flex_vectors [7] |
| PS_Blend | blend |
| FT_Render_Mode | hint_mode |
| T1_Decoder_Callback | parse_callback |
| T1_Decoder_FuncsRec | funcs |
| FT_Long * | buildchar |
| FT_UInt | len_buildchar |
| FT_Bool | seac |
Definition at line 659 of file psaux.h.
Definition at line 661 of file psaux.h.
Referenced by cid_slot_load_glyph(), T1_Compute_Max_Advance(), T1_Get_Advances(), T1_Load_Glyph(), and t1operator_seac().
| FT_Long T1_DecoderRec_::stack[T1_MAX_CHARSTRINGS_OPERANDS] |
| T1_Decoder_ZoneRec T1_DecoderRec_::zones[T1_MAX_SUBRS_CALLS+1] |
| FT_Service_PsCMaps T1_DecoderRec_::psnames |
Definition at line 671 of file psaux.h.
Referenced by t1_lookup_glyph_by_stdcharcode(), and t1operator_seac().
Definition at line 674 of file psaux.h.
Referenced by T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
Definition at line 675 of file psaux.h.
Referenced by T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
Definition at line 676 of file psaux.h.
Referenced by T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
Definition at line 692 of file psaux.h.
Referenced by T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
Definition at line 693 of file psaux.h.
Referenced by T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
1.5.1