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

#include <bdf.h>

Public Attributes

char * name
 
int format
 
int builtin
 
union {
   char *   atom
 
   long   l
 
   unsigned long   ul
 
value
 

Detailed Description

Definition at line 109 of file bdf.h.

Member Data Documentation

◆ atom

char* bdf_property_t_::atom

Definition at line 116 of file bdf.h.

Referenced by BDF_Face_Init().

◆ builtin

int bdf_property_t_::builtin

Definition at line 113 of file bdf.h.

◆ format

int bdf_property_t_::format

◆ l

long bdf_property_t_::l

Definition at line 117 of file bdf.h.

◆ name

char* bdf_property_t_::name

Definition at line 111 of file bdf.h.

◆ ul

unsigned long bdf_property_t_::ul

Definition at line 118 of file bdf.h.

◆ value

union { ... } bdf_property_t_::value

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