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

#include <bdfdrivr.h>

Public Attributes

FT_FaceRec root
 
char * charset_encoding
 
char * charset_registry
 
bdf_font_tbdffont
 
BDF_encoding_elen_table
 
FT_CharMap charmap_handle
 
FT_CharMapRec charmap
 
FT_UInt default_glyph
 

Detailed Description

Definition at line 52 of file bdfdrivr.h.

Member Data Documentation

◆ bdffont

bdf_font_t* BDF_FaceRec_::bdffont

Definition at line 59 of file bdfdrivr.h.

Referenced by bdf_cmap_init(), BDF_Face_Done(), BDF_Face_Init(), and BDF_Glyph_Load().

◆ charmap

FT_CharMapRec BDF_FaceRec_::charmap

Definition at line 64 of file bdfdrivr.h.

◆ charmap_handle

FT_CharMap BDF_FaceRec_::charmap_handle

Definition at line 63 of file bdfdrivr.h.

◆ charset_encoding

char* BDF_FaceRec_::charset_encoding

Definition at line 56 of file bdfdrivr.h.

Referenced by BDF_Face_Done().

◆ charset_registry

char* BDF_FaceRec_::charset_registry

Definition at line 57 of file bdfdrivr.h.

Referenced by BDF_Face_Done().

◆ default_glyph

FT_UInt BDF_FaceRec_::default_glyph

Definition at line 66 of file bdfdrivr.h.

Referenced by BDF_Glyph_Load().

◆ en_table

BDF_encoding_el* BDF_FaceRec_::en_table

Definition at line 61 of file bdfdrivr.h.

Referenced by bdf_cmap_init(), and BDF_Face_Done().

◆ root

FT_FaceRec BDF_FaceRec_::root

Definition at line 54 of file bdfdrivr.h.


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