#include <t1tables.h>
Public Attributes | |
FT_UInt | num_designs |
FT_UInt | num_axis |
FT_String * | axis_names [T1_MAX_MM_AXIS] |
FT_Fixed * | design_pos [T1_MAX_MM_DESIGNS] |
PS_DesignMapRec | design_map [T1_MAX_MM_AXIS] |
FT_Fixed * | weight_vector |
FT_Fixed * | default_weight_vector |
PS_FontInfo | font_infos [T1_MAX_MM_DESIGNS+1] |
PS_Private | privates [T1_MAX_MM_DESIGNS+1] |
FT_ULong | blend_bitflags |
FT_BBox * | bboxes [T1_MAX_MM_DESIGNS+1] |
FT_UInt | default_design_vector [T1_MAX_MM_DESIGNS] |
FT_UInt | num_default_design_vector |
Definition at line 262 of file t1tables.h.
Definition at line 264 of file t1tables.h.
Referenced by parse_weight_vector(), t1_allocate_blend(), t1_decoder_parse_charstrings(), T1_Done_Blend(), T1_Get_MM_Var(), T1_Get_Multi_Master(), t1_load_keyword(), and T1_Set_MM_Blend().
Definition at line 265 of file t1tables.h.
Referenced by t1_allocate_blend(), T1_Done_Blend(), T1_Get_MM_Var(), T1_Get_Multi_Master(), T1_Set_MM_Blend(), and T1_Set_MM_Design().
FT_String* PS_BlendRec_::axis_names[T1_MAX_MM_AXIS] |
Definition at line 267 of file t1tables.h.
Referenced by parse_blend_axis_types(), T1_Done_Blend(), and T1_Get_Multi_Master().
FT_Fixed* PS_BlendRec_::design_pos[T1_MAX_MM_DESIGNS] |
Definition at line 268 of file t1tables.h.
Referenced by parse_blend_design_positions(), t1_allocate_blend(), and T1_Done_Blend().
PS_DesignMapRec PS_BlendRec_::design_map[T1_MAX_MM_AXIS] |
Definition at line 269 of file t1tables.h.
Referenced by parse_blend_design_map(), T1_Done_Blend(), T1_Get_MM_Var(), T1_Get_Multi_Master(), and T1_Set_MM_Design().
Definition at line 271 of file t1tables.h.
Referenced by parse_weight_vector(), t1_allocate_blend(), t1_decoder_parse_charstrings(), T1_Done_Blend(), and T1_Set_MM_Blend().
Definition at line 272 of file t1tables.h.
Referenced by parse_weight_vector(), t1_allocate_blend(), T1_Done_Blend(), and T1_Get_MM_Var().
PS_FontInfo PS_BlendRec_::font_infos[T1_MAX_MM_DESIGNS+1] |
Definition at line 274 of file t1tables.h.
Referenced by t1_allocate_blend(), T1_Done_Blend(), and t1_load_keyword().
PS_Private PS_BlendRec_::privates[T1_MAX_MM_DESIGNS+1] |
Definition at line 275 of file t1tables.h.
Referenced by t1_allocate_blend(), T1_Done_Blend(), and t1_load_keyword().
Definition at line 277 of file t1tables.h.
FT_BBox* PS_BlendRec_::bboxes[T1_MAX_MM_DESIGNS+1] |
Definition at line 279 of file t1tables.h.
Referenced by t1_allocate_blend(), T1_Done_Blend(), and t1_load_keyword().
FT_UInt PS_BlendRec_::default_design_vector[T1_MAX_MM_DESIGNS] |
Definition at line 287 of file t1tables.h.
Definition at line 288 of file t1tables.h.