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
T1_BuilderRec_ Struct Reference

#include <psaux.h>

Public Attributes

FT_Memory memory
 
FT_Face face
 
FT_GlyphSlot glyph
 
FT_GlyphLoader loader
 
FT_Outlinebase
 
FT_Outlinecurrent
 
FT_Pos pos_x
 
FT_Pos pos_y
 
FT_Vector left_bearing
 
FT_Vector advance
 
FT_BBox bbox
 
T1_ParseState parse_state
 
FT_Bool load_points
 
FT_Bool no_recurse
 
FT_Bool metrics_only
 
voidhints_funcs
 
voidhints_globals
 
T1_Builder_FuncsRec funcs
 

Detailed Description

Definition at line 563 of file psaux.h.

Member Data Documentation

◆ advance

FT_Vector T1_BuilderRec_::advance

◆ base

FT_Outline* T1_BuilderRec_::base

Definition at line 569 of file psaux.h.

Referenced by cid_slot_load_glyph(), and T1_Load_Glyph().

◆ bbox

FT_BBox T1_BuilderRec_::bbox

Definition at line 578 of file psaux.h.

◆ current

FT_Outline* T1_BuilderRec_::current

Definition at line 570 of file psaux.h.

Referenced by t1_decoder_parse_charstrings().

◆ face

FT_Face T1_BuilderRec_::face

Definition at line 566 of file psaux.h.

◆ funcs

T1_Builder_FuncsRec T1_BuilderRec_::funcs

Definition at line 588 of file psaux.h.

◆ glyph

FT_GlyphSlot T1_BuilderRec_::glyph

Definition at line 567 of file psaux.h.

◆ hints_funcs

void* T1_BuilderRec_::hints_funcs

Definition at line 585 of file psaux.h.

Referenced by cid_slot_load_glyph(), t1_decoder_parse_charstrings(), and T1_Load_Glyph().

◆ hints_globals

void* T1_BuilderRec_::hints_globals

Definition at line 586 of file psaux.h.

◆ left_bearing

FT_Vector T1_BuilderRec_::left_bearing

Definition at line 575 of file psaux.h.

Referenced by cid_slot_load_glyph(), and T1_Load_Glyph().

◆ load_points

FT_Bool T1_BuilderRec_::load_points

Definition at line 580 of file psaux.h.

Referenced by cid_load_glyph(), T1_Compute_Max_Advance(), and T1_Get_Advances().

◆ loader

FT_GlyphLoader T1_BuilderRec_::loader

Definition at line 568 of file psaux.h.

◆ memory

FT_Memory T1_BuilderRec_::memory

Definition at line 565 of file psaux.h.

◆ metrics_only

FT_Bool T1_BuilderRec_::metrics_only

Definition at line 583 of file psaux.h.

Referenced by cid_load_glyph(), T1_Compute_Max_Advance(), and T1_Get_Advances().

◆ no_recurse

FT_Bool T1_BuilderRec_::no_recurse

Definition at line 581 of file psaux.h.

Referenced by cid_slot_load_glyph(), and T1_Load_Glyph().

◆ parse_state

T1_ParseState T1_BuilderRec_::parse_state

Definition at line 579 of file psaux.h.

Referenced by t1_decoder_parse_charstrings().

◆ pos_x

FT_Pos T1_BuilderRec_::pos_x

Definition at line 572 of file psaux.h.

Referenced by t1_decoder_parse_charstrings().

◆ pos_y

FT_Pos T1_BuilderRec_::pos_y

Definition at line 573 of file psaux.h.

Referenced by t1_decoder_parse_charstrings().


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