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

#include <ftrender.h>

Public Attributes

FT_Long glyph_size
 
FT_Glyph_Format glyph_format
 
FT_Glyph_InitFunc glyph_init
 
FT_Glyph_DoneFunc glyph_done
 
FT_Glyph_CopyFunc glyph_copy
 
FT_Glyph_TransformFunc glyph_transform
 
FT_Glyph_GetBBoxFunc glyph_bbox
 
FT_Glyph_PrepareFunc glyph_prepare
 

Detailed Description

Definition at line 74 of file ftrender.h.

Member Data Documentation

◆ glyph_bbox

FT_Glyph_GetBBoxFunc FT_Glyph_Class_::glyph_bbox

Definition at line 82 of file ftrender.h.

◆ glyph_copy

FT_Glyph_CopyFunc FT_Glyph_Class_::glyph_copy

Definition at line 80 of file ftrender.h.

◆ glyph_done

FT_Glyph_DoneFunc FT_Glyph_Class_::glyph_done

Definition at line 79 of file ftrender.h.

◆ glyph_format

FT_Glyph_Format FT_Glyph_Class_::glyph_format

Definition at line 77 of file ftrender.h.

◆ glyph_init

FT_Glyph_InitFunc FT_Glyph_Class_::glyph_init

Definition at line 78 of file ftrender.h.

◆ glyph_prepare

FT_Glyph_PrepareFunc FT_Glyph_Class_::glyph_prepare

Definition at line 83 of file ftrender.h.

◆ glyph_size

FT_Long FT_Glyph_Class_::glyph_size

Definition at line 76 of file ftrender.h.

◆ glyph_transform

FT_Glyph_TransformFunc FT_Glyph_Class_::glyph_transform

Definition at line 81 of file ftrender.h.


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