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

#include <cffgload.h>

Public Attributes

FT_Memory memory
 
TT_Face face
 
CFF_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
 
FT_Bool path_begun
 
FT_Bool load_points
 
FT_Bool no_recurse
 
FT_Bool metrics_only
 
voidhints_funcs
 
voidhints_globals
 

Detailed Description

Definition at line 81 of file cffgload.h.

Member Data Documentation

◆ advance

FT_Vector CFF_Builder_::advance

Definition at line 94 of file cffgload.h.

◆ base

FT_Outline* CFF_Builder_::base

Definition at line 87 of file cffgload.h.

◆ bbox

FT_BBox CFF_Builder_::bbox

Definition at line 96 of file cffgload.h.

◆ current

FT_Outline* CFF_Builder_::current

Definition at line 88 of file cffgload.h.

Referenced by cff_builder_add_point(), and cff_builder_close_contour().

◆ face

TT_Face CFF_Builder_::face

◆ glyph

CFF_GlyphSlot CFF_Builder_::glyph

Definition at line 85 of file cffgload.h.

◆ hints_funcs

void* CFF_Builder_::hints_funcs

Definition at line 103 of file cffgload.h.

Referenced by cff_decoder_parse_charstrings(), and cff_decoder_prepare().

◆ hints_globals

void* CFF_Builder_::hints_globals

Definition at line 104 of file cffgload.h.

Referenced by cff_decoder_prepare().

◆ left_bearing

FT_Vector CFF_Builder_::left_bearing

Definition at line 93 of file cffgload.h.

◆ load_points

FT_Bool CFF_Builder_::load_points

Definition at line 98 of file cffgload.h.

Referenced by cff_builder_add_point().

◆ loader

FT_GlyphLoader CFF_Builder_::loader

Definition at line 86 of file cffgload.h.

Referenced by cf2_outline_close(), cf2_outline_reset(), and cff_check_points().

◆ memory

FT_Memory CFF_Builder_::memory

Definition at line 83 of file cffgload.h.

Referenced by cf2_decoder_parse_charstrings().

◆ metrics_only

FT_Bool CFF_Builder_::metrics_only

Definition at line 101 of file cffgload.h.

◆ no_recurse

FT_Bool CFF_Builder_::no_recurse

Definition at line 99 of file cffgload.h.

Referenced by cff_slot_load().

◆ path_begun

FT_Bool CFF_Builder_::path_begun

Definition at line 97 of file cffgload.h.

Referenced by cff_builder_start_point(), and cff_decoder_parse_charstrings().

◆ pos_x

FT_Pos CFF_Builder_::pos_x

Definition at line 90 of file cffgload.h.

Referenced by cff_decoder_parse_charstrings().

◆ pos_y

FT_Pos CFF_Builder_::pos_y

Definition at line 91 of file cffgload.h.

Referenced by cff_decoder_parse_charstrings().


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