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]
Classes | Typedefs | Functions
afloader.h File Reference
#include "afhints.h"
#include "afglobal.h"

Go to the source code of this file.

Classes

struct  AF_LoaderRec_
 

Typedefs

typedef typedefFT_BEGIN_HEADER struct AF_ModuleRec_AF_Module
 
typedef struct AF_LoaderRec_ AF_LoaderRec
 
typedef struct AF_LoaderRec_AF_Loader
 

Functions

 af_loader_init (AF_Module module)
 
 af_loader_reset (AF_Module module, FT_Face face)
 
 af_loader_done (AF_Module module)
 
 af_loader_load_glyph (AF_Module module, FT_Face face, FT_UInt gindex, FT_Int32 load_flags)
 

Typedef Documentation

◆ AF_Loader

typedef struct AF_LoaderRec_ * AF_Loader

◆ AF_LoaderRec

typedef struct AF_LoaderRec_ AF_LoaderRec

◆ AF_Module

typedef typedefFT_BEGIN_HEADER struct AF_ModuleRec_* AF_Module

Definition at line 28 of file afloader.h.

Function Documentation

◆ af_loader_done()

af_loader_done ( AF_Module  module)

◆ af_loader_init()

af_loader_init ( AF_Module  module)

◆ af_loader_load_glyph()

af_loader_load_glyph ( AF_Module  module,
FT_Face  face,
FT_UInt  gindex,
FT_Int32  load_flags 
)

◆ af_loader_reset()

af_loader_reset ( AF_Module  module,
FT_Face  face 
)