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

#include <cffparse.h>

Public Attributes

FT_Library library
 
FT_Bytestart
 
FT_Bytelimit
 
FT_Bytecursor
 
FT_Bytestack [CFF_MAX_STACK_DEPTH+1]
 
FT_Byte ** top
 
FT_UInt object_code
 
voidobject
 

Detailed Description

Definition at line 37 of file cffparse.h.

Member Data Documentation

◆ cursor

FT_Byte* CFF_ParserRec_::cursor

Definition at line 42 of file cffparse.h.

Referenced by cff_parser_run().

◆ library

FT_Library CFF_ParserRec_::library

Definition at line 39 of file cffparse.h.

Referenced by cff_parser_run().

◆ limit

FT_Byte* CFF_ParserRec_::limit

Definition at line 41 of file cffparse.h.

Referenced by cff_parser_run().

◆ object

void* CFF_ParserRec_::object

Definition at line 48 of file cffparse.h.

Referenced by cff_parser_run().

◆ object_code

FT_UInt CFF_ParserRec_::object_code

Definition at line 47 of file cffparse.h.

Referenced by cff_parser_run().

◆ stack

FT_Byte* CFF_ParserRec_::stack[CFF_MAX_STACK_DEPTH+1]

Definition at line 44 of file cffparse.h.

Referenced by cff_parser_run().

◆ start

FT_Byte* CFF_ParserRec_::start

Definition at line 40 of file cffparse.h.

Referenced by cff_parser_run().

◆ top

FT_Byte** CFF_ParserRec_::top

Definition at line 45 of file cffparse.h.

Referenced by cff_parser_run().


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