Anti-Grain Geometry Tutorial
agg::font_cache_pool Class Reference

Public Member Functions

 font_cache_pool (unsigned max_fonts=32)
 
void font (const char *font_signature, bool reset_cache=false)
 
const font_cachefont () const
 
const glyph_cachefind_glyph (unsigned glyph_code) const
 
glyph_cachecache_glyph (unsigned glyph_code, unsigned glyph_index, unsigned data_size, glyph_data_type data_type, const rect_i &bounds, double advance_x, double advance_y)
 
int find_font (const char *font_signature)
 

Detailed Description

Definition at line 133 of file agg_font_cache_manager.h.


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