ReactOS 0.4.16-dev-1097-g530d26a
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 1167 of file psaux.h.

Member Data Documentation

◆ buildchar

FT_Fixed CFF_Decoder_::buildchar[CFF_MAX_TRANS_ELEMENTS]

Definition at line 1188 of file psaux.h.

◆ builder

CFF_Builder CFF_Decoder_::builder

Definition at line 1169 of file psaux.h.

Referenced by ps_decoder_init().

◆ cff

CFF_Font CFF_Decoder_::cff

Definition at line 1170 of file psaux.h.

Referenced by ps_decoder_init().

◆ current_subfont

CFF_SubFont CFF_Decoder_::current_subfont

Definition at line 1206 of file psaux.h.

Referenced by ps_decoder_init().

◆ flex_state

FT_Int CFF_Decoder_::flex_state

Definition at line 1178 of file psaux.h.

◆ flex_vectors

FT_Vector CFF_Decoder_::flex_vectors[7]

Definition at line 1180 of file psaux.h.

◆ free_glyph_callback

CFF_Decoder_Free_Glyph_Callback CFF_Decoder_::free_glyph_callback

Definition at line 1209 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 1208 of file psaux.h.

Referenced by ps_decoder_init().

◆ globals

FT_Byte** CFF_Decoder_::globals

Definition at line 1197 of file psaux.h.

Referenced by ps_decoder_init().

◆ globals_bias

FT_Int CFF_Decoder_::globals_bias

Definition at line 1194 of file psaux.h.

Referenced by ps_decoder_init().

◆ glyph_names

FT_Byte** CFF_Decoder_::glyph_names

Definition at line 1199 of file psaux.h.

◆ glyph_width

FT_Pos CFF_Decoder_::glyph_width

Definition at line 1182 of file psaux.h.

Referenced by ps_decoder_init().

◆ hint_mode

FT_Render_Mode CFF_Decoder_::hint_mode

Definition at line 1202 of file psaux.h.

Referenced by ps_decoder_init().

◆ locals

FT_Byte** CFF_Decoder_::locals

Definition at line 1196 of file psaux.h.

Referenced by ps_decoder_init().

◆ locals_bias

FT_Int CFF_Decoder_::locals_bias

Definition at line 1193 of file psaux.h.

Referenced by ps_decoder_init().

◆ nominal_width

FT_Pos CFF_Decoder_::nominal_width

Definition at line 1183 of file psaux.h.

◆ num_flex_vectors

FT_Int CFF_Decoder_::num_flex_vectors

Definition at line 1179 of file psaux.h.

◆ num_globals

FT_UInt CFF_Decoder_::num_globals

Definition at line 1191 of file psaux.h.

Referenced by ps_decoder_init().

◆ num_glyphs

FT_UInt CFF_Decoder_::num_glyphs

Definition at line 1200 of file psaux.h.

◆ num_hints

FT_Int CFF_Decoder_::num_hints

Definition at line 1187 of file psaux.h.

◆ num_locals

FT_UInt CFF_Decoder_::num_locals

Definition at line 1190 of file psaux.h.

Referenced by ps_decoder_init().

◆ read_width

FT_Bool CFF_Decoder_::read_width

Definition at line 1185 of file psaux.h.

◆ seac

FT_Bool CFF_Decoder_::seac

Definition at line 1204 of file psaux.h.

◆ stack

FT_Fixed CFF_Decoder_::stack[CFF_MAX_OPERANDS+1]

Definition at line 1172 of file psaux.h.

◆ top

FT_Fixed* CFF_Decoder_::top

Definition at line 1173 of file psaux.h.

◆ width_only

FT_Bool CFF_Decoder_::width_only

Definition at line 1186 of file psaux.h.

Referenced by ps_decoder_init().

◆ zone

CFF_Decoder_Zone* CFF_Decoder_::zone

Definition at line 1176 of file psaux.h.

◆ zones

CFF_Decoder_Zone CFF_Decoder_::zones[CFF_MAX_SUBRS_CALLS+1]

Definition at line 1175 of file psaux.h.


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