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

#include <pcf.h>

Public Attributes

FT_Stringname
 
FT_Byte isString
 
union {
   FT_String *   atom
 
   FT_Long   l
 
   FT_ULong   ul
 
value
 

Detailed Description

Definition at line 67 of file pcf.h.

Member Data Documentation

◆ atom

FT_String* PCF_PropertyRec_::atom

Definition at line 74 of file pcf.h.

Referenced by PCF_Face_Done().

◆ isString

FT_Byte PCF_PropertyRec_::isString

Definition at line 70 of file pcf.h.

Referenced by PCF_Face_Done().

◆ l

FT_Long PCF_PropertyRec_::l

Definition at line 75 of file pcf.h.

◆ name

FT_String* PCF_PropertyRec_::name

Definition at line 69 of file pcf.h.

Referenced by PCF_Face_Done().

◆ ul

FT_ULong PCF_PropertyRec_::ul

Definition at line 76 of file pcf.h.

◆ value

union { ... } PCF_PropertyRec_::value

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