zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
afloader.h File Reference
#include "afhints.h"
#include "afglobal.h"

Go to the source code of this file.

Classes

struct  AF_LoaderRec_
 

Typedefs

typedef FT_BEGIN_HEADER struct
AF_LoaderRec_
AF_Loader
 
typedef FT_BEGIN_HEADER struct
AF_LoaderRec_ 
AF_LoaderRec
 

Functions

 af_loader_done (AF_Loader loader)
 
 af_loader_init (AF_Loader loader, FT_Memory memory)
 
 af_loader_load_glyph (AF_Loader loader, FT_Face face, FT_UInt gindex, FT_Int32 load_flags)
 
 af_loader_reset (AF_Loader loader, FT_Face face)
 

Typedef Documentation

Function Documentation

af_loader_done ( AF_Loader  loader)

Definition at line 74 of file afloader.c.

References af_glyph_hints_done(), FT_GlyphLoader_Done(), and NULL.

Referenced by af_autofitter_done().

af_loader_init ( AF_Loader  loader,
FT_Memory  memory 
)

Definition at line 28 of file afloader.c.

References af_glyph_hints_init(), FT_GlyphLoader_New(), and FT_ZERO.

Referenced by af_autofitter_init().

af_loader_reset ( AF_Loader  loader,
FT_Face  face 
)