Anti-Grain Geometry Tutorial
|
Public Member Functions | |
font_cache_pool (unsigned max_fonts=32) | |
void | font (const char *font_signature, bool reset_cache=false) |
const font_cache * | font () const |
const glyph_cache * | find_glyph (unsigned glyph_code) const |
glyph_cache * | cache_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) |
Definition at line 133 of file agg_font_cache_manager.h.