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]
Macros | Functions
pfrgload.c File Reference
#include "pfrgload.h"
#include "pfrsbit.h"
#include "pfrload.h"
#include "pfrerror.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_pfr
 

Functions

 pfr_glyph_init (PFR_Glyph glyph, FT_GlyphLoader loader)
 
 pfr_glyph_done (PFR_Glyph glyph)
 
 pfr_glyph_load (PFR_Glyph glyph, FT_Stream stream, FT_ULong gps_offset, FT_ULong offset, FT_ULong size)
 

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_pfr

Definition at line 27 of file pfrgload.c.

Function Documentation

◆ pfr_glyph_done()

pfr_glyph_done ( PFR_Glyph  glyph)

Definition at line 53 of file pfrgload.c.

References FT_FREE, and NULL.

Referenced by pfr_slot_done().

◆ pfr_glyph_init()

pfr_glyph_init ( PFR_Glyph  glyph,
FT_GlyphLoader  loader 
)

Definition at line 40 of file pfrgload.c.

References FT_GlyphLoader_Rewind(), FT_LOCAL_DEF, and FT_ZERO.

Referenced by pfr_slot_init().

◆ pfr_glyph_load()

pfr_glyph_load ( PFR_Glyph  glyph,
FT_Stream  stream,
FT_ULong  gps_offset,
FT_ULong  offset,
FT_ULong  size 
)

Definition at line 828 of file pfrgload.c.

References FT_GlyphLoader_Rewind(), PFR_GlyphRec_::loader, and PFR_GlyphRec_::num_subs.

Referenced by pfr_slot_load().