ReactOS 0.4.15-dev-7953-g1f49173
CFF_Decoder_ Struct Reference

#include <psaux.h>

Collaboration diagram for CFF_Decoder_:

Public Attributes

CFF_Builder builder
 
CFF_Font cff
 
FT_Fixed stack [CFF_MAX_OPERANDS+1]
 
FT_Fixedtop
 
CFF_Decoder_Zone zones [CFF_MAX_SUBRS_CALLS+1]
 
CFF_Decoder_Zonezone
 
FT_Int flex_state
 
FT_Int num_flex_vectors
 
FT_Vector flex_vectors [7]
 
FT_Pos glyph_width
 
FT_Pos nominal_width
 
FT_Bool read_width
 
FT_Bool width_only
 
FT_Int num_hints
 
FT_Fixed buildchar [CFF_MAX_TRANS_ELEMENTS]
 
FT_UInt num_locals
 
FT_UInt num_globals
 
FT_Int locals_bias
 
FT_Int globals_bias
 
FT_Byte ** locals
 
FT_Byte ** globals
 
FT_Byte ** glyph_names
 
FT_UInt num_glyphs
 
FT_Render_Mode hint_mode
 
FT_Bool seac
 
CFF_SubFont current_subfont
 
CFF_Decoder_Get_Glyph_Callback get_glyph_callback
 
CFF_Decoder_Free_Glyph_Callback free_glyph_callback
 

Detailed Description

Definition at line 1102 of file psaux.h.

Member Data Documentation

◆ buildchar

FT_Fixed CFF_Decoder_::buildchar[CFF_MAX_TRANS_ELEMENTS]

Definition at line 1123 of file psaux.h.

◆ builder

CFF_Builder CFF_Decoder_::builder

Definition at line 1104 of file psaux.h.

Referenced by cff_slot_load(), and ps_decoder_init().

◆ cff

CFF_Font CFF_Decoder_::cff

Definition at line 1105 of file psaux.h.

Referenced by cff_parser_run(), and ps_decoder_init().

◆ current_subfont

CFF_SubFont CFF_Decoder_::current_subfont

Definition at line 1141 of file psaux.h.

Referenced by ps_decoder_init().

◆ flex_state

FT_Int CFF_Decoder_::flex_state

Definition at line 1113 of file psaux.h.

◆ flex_vectors

FT_Vector CFF_Decoder_::flex_vectors[7]

Definition at line 1115 of file psaux.h.

◆ free_glyph_callback

CFF_Decoder_Free_Glyph_Callback CFF_Decoder_::free_glyph_callback

Definition at line 1144 of file psaux.h.

Referenced by ps_decoder_init().

◆ get_glyph_callback

CFF_Decoder_Get_Glyph_Callback CFF_Decoder_::get_glyph_callback

Definition at line 1143 of file psaux.h.

Referenced by ps_decoder_init().

◆ globals

FT_Byte** CFF_Decoder_::globals

Definition at line 1132 of file psaux.h.

Referenced by ps_decoder_init().

◆ globals_bias

FT_Int CFF_Decoder_::globals_bias

Definition at line 1129 of file psaux.h.

Referenced by ps_decoder_init().

◆ glyph_names

FT_Byte** CFF_Decoder_::glyph_names

Definition at line 1134 of file psaux.h.

◆ glyph_width

FT_Pos CFF_Decoder_::glyph_width

Definition at line 1117 of file psaux.h.

Referenced by cff_slot_load(), and ps_decoder_init().

◆ hint_mode

FT_Render_Mode CFF_Decoder_::hint_mode

Definition at line 1137 of file psaux.h.

Referenced by ps_decoder_init().

◆ locals

FT_Byte** CFF_Decoder_::locals

Definition at line 1131 of file psaux.h.

Referenced by ps_decoder_init().

◆ locals_bias

FT_Int CFF_Decoder_::locals_bias

Definition at line 1128 of file psaux.h.

Referenced by ps_decoder_init().

◆ nominal_width

FT_Pos CFF_Decoder_::nominal_width

Definition at line 1118 of file psaux.h.

◆ num_flex_vectors

FT_Int CFF_Decoder_::num_flex_vectors

Definition at line 1114 of file psaux.h.

◆ num_globals

FT_UInt CFF_Decoder_::num_globals

Definition at line 1126 of file psaux.h.

Referenced by ps_decoder_init().

◆ num_glyphs

FT_UInt CFF_Decoder_::num_glyphs

Definition at line 1135 of file psaux.h.

◆ num_hints

FT_Int CFF_Decoder_::num_hints

Definition at line 1122 of file psaux.h.

◆ num_locals

FT_UInt CFF_Decoder_::num_locals

Definition at line 1125 of file psaux.h.

Referenced by ps_decoder_init().

◆ read_width

FT_Bool CFF_Decoder_::read_width

Definition at line 1120 of file psaux.h.

◆ seac

FT_Bool CFF_Decoder_::seac

Definition at line 1139 of file psaux.h.

◆ stack

FT_Fixed CFF_Decoder_::stack[CFF_MAX_OPERANDS+1]

Definition at line 1107 of file psaux.h.

Referenced by cff_parser_run().

◆ top

FT_Fixed* CFF_Decoder_::top

Definition at line 1108 of file psaux.h.

Referenced by cff_parser_run().

◆ width_only

FT_Bool CFF_Decoder_::width_only

Definition at line 1121 of file psaux.h.

Referenced by cff_slot_load(), and ps_decoder_init().

◆ zone

CFF_Decoder_Zone* CFF_Decoder_::zone

Definition at line 1111 of file psaux.h.

◆ zones

CFF_Decoder_Zone CFF_Decoder_::zones[CFF_MAX_SUBRS_CALLS+1]

Definition at line 1110 of file psaux.h.


The documentation for this struct was generated from the following file: