Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
CFF_Decoder_ Struct Reference

#include <cffgload.h>

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
 

Detailed Description

Definition at line 155 of file cffgload.h.

Member Data Documentation

◆ buildchar

FT_Fixed CFF_Decoder_::buildchar[CFF_MAX_TRANS_ELEMENTS]

Definition at line 176 of file cffgload.h.

◆ builder

CFF_Builder CFF_Decoder_::builder

◆ cff

CFF_Font CFF_Decoder_::cff

◆ current_subfont

CFF_SubFont CFF_Decoder_::current_subfont

◆ flex_state

FT_Int CFF_Decoder_::flex_state

Definition at line 166 of file cffgload.h.

◆ flex_vectors

FT_Vector CFF_Decoder_::flex_vectors[7]

Definition at line 168 of file cffgload.h.

◆ globals

FT_Byte** CFF_Decoder_::globals

Definition at line 185 of file cffgload.h.

Referenced by cf2_initGlobalRegionBuffer().

◆ globals_bias

FT_Int CFF_Decoder_::globals_bias

Definition at line 182 of file cffgload.h.

Referenced by cf2_initGlobalRegionBuffer().

◆ glyph_names

FT_Byte** CFF_Decoder_::glyph_names

Definition at line 187 of file cffgload.h.

◆ glyph_width

FT_Pos CFF_Decoder_::glyph_width

Definition at line 170 of file cffgload.h.

◆ hint_mode

FT_Render_Mode CFF_Decoder_::hint_mode

Definition at line 190 of file cffgload.h.

◆ locals

FT_Byte** CFF_Decoder_::locals

Definition at line 184 of file cffgload.h.

Referenced by cf2_initLocalRegionBuffer().

◆ locals_bias

FT_Int CFF_Decoder_::locals_bias

Definition at line 181 of file cffgload.h.

Referenced by cf2_initLocalRegionBuffer().

◆ nominal_width

FT_Pos CFF_Decoder_::nominal_width

Definition at line 171 of file cffgload.h.

◆ num_flex_vectors

FT_Int CFF_Decoder_::num_flex_vectors

Definition at line 167 of file cffgload.h.

◆ num_globals

FT_UInt CFF_Decoder_::num_globals

Definition at line 179 of file cffgload.h.

Referenced by cf2_initGlobalRegionBuffer().

◆ num_glyphs

FT_UInt CFF_Decoder_::num_glyphs

Definition at line 188 of file cffgload.h.

◆ num_hints

FT_Int CFF_Decoder_::num_hints

Definition at line 175 of file cffgload.h.

Referenced by cff_decoder_parse_charstrings().

◆ num_locals

FT_UInt CFF_Decoder_::num_locals

Definition at line 178 of file cffgload.h.

Referenced by cf2_initLocalRegionBuffer().

◆ read_width

FT_Bool CFF_Decoder_::read_width

Definition at line 173 of file cffgload.h.

Referenced by cff_decoder_parse_charstrings().

◆ seac

FT_Bool CFF_Decoder_::seac

Definition at line 192 of file cffgload.h.

◆ stack

FT_Fixed CFF_Decoder_::stack[CFF_MAX_OPERANDS+1]

Definition at line 160 of file cffgload.h.

Referenced by cff_decoder_parse_charstrings().

◆ top

FT_Fixed* CFF_Decoder_::top

Definition at line 161 of file cffgload.h.

Referenced by cff_decoder_parse_charstrings().

◆ width_only

FT_Bool CFF_Decoder_::width_only

Definition at line 174 of file cffgload.h.

Referenced by cff_slot_load().

◆ zone

CFF_Decoder_Zone* CFF_Decoder_::zone

Definition at line 164 of file cffgload.h.

Referenced by cff_decoder_parse_charstrings().

◆ zones

CFF_Decoder_Zone CFF_Decoder_::zones[CFF_MAX_SUBRS_CALLS+1]

Definition at line 163 of file cffgload.h.

Referenced by cff_decoder_parse_charstrings().


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