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

#include <psaux.h>

Public Attributes

FT_Bytecursor
 
FT_Bytebase
 
FT_Bytelimit
 
FT_Error error
 
FT_Memory memory
 
PS_Parser_FuncsRec funcs
 

Detailed Description

Definition at line 428 of file psaux.h.

Member Data Documentation

◆ base

FT_Byte* PS_ParserRec_::base

Definition at line 431 of file psaux.h.

Referenced by ps_parser_init().

◆ cursor

FT_Byte* PS_ParserRec_::cursor

Definition at line 430 of file psaux.h.

Referenced by ps_parser_init().

◆ error

FT_Error PS_ParserRec_::error

Definition at line 433 of file psaux.h.

Referenced by ps_parser_init().

◆ funcs

PS_Parser_FuncsRec PS_ParserRec_::funcs

Definition at line 436 of file psaux.h.

Referenced by ps_parser_init().

◆ limit

FT_Byte* PS_ParserRec_::limit

Definition at line 432 of file psaux.h.

Referenced by ps_parser_init().

◆ memory

FT_Memory PS_ParserRec_::memory

Definition at line 434 of file psaux.h.

Referenced by ps_parser_init().


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