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

#include <afloader.h>

Public Attributes

FT_Face face
 
AF_FaceGlobals globals
 
FT_GlyphLoader gloader
 
AF_GlyphHintsRec hints
 
AF_ScriptMetrics metrics
 
FT_Bool transformed
 
FT_Matrix trans_matrix
 
FT_Vector trans_delta
 
FT_Vector pp1
 
FT_Vector pp2
 

Detailed Description

Definition at line 38 of file afloader.h.

Member Data Documentation

◆ face

FT_Face AF_LoaderRec_::face

Definition at line 41 of file afloader.h.

Referenced by af_loader_done(), and af_loader_reset().

◆ gloader

FT_GlyphLoader AF_LoaderRec_::gloader

Definition at line 45 of file afloader.h.

Referenced by af_loader_done(), af_loader_init(), and af_loader_reset().

◆ globals

AF_FaceGlobals AF_LoaderRec_::globals

Definition at line 42 of file afloader.h.

Referenced by af_loader_done(), af_loader_load_glyph(), and af_loader_reset().

◆ hints

AF_GlyphHintsRec AF_LoaderRec_::hints

Definition at line 46 of file afloader.h.

Referenced by af_loader_done(), af_loader_init(), and af_loader_load_glyph().

◆ metrics

AF_ScriptMetrics AF_LoaderRec_::metrics

Definition at line 47 of file afloader.h.

Referenced by af_loader_load_glyph().

◆ pp1

FT_Vector AF_LoaderRec_::pp1

Definition at line 51 of file afloader.h.

◆ pp2

FT_Vector AF_LoaderRec_::pp2

Definition at line 52 of file afloader.h.

◆ trans_delta

FT_Vector AF_LoaderRec_::trans_delta

Definition at line 50 of file afloader.h.

◆ trans_matrix

FT_Matrix AF_LoaderRec_::trans_matrix

Definition at line 49 of file afloader.h.

◆ transformed

FT_Bool AF_LoaderRec_::transformed

Definition at line 48 of file afloader.h.


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