Anti-Grain Geometry Tutorial
agg::renderer_raster_htext_solid< BaseRenderer, GlyphGenerator > Class Template Reference

Public Types

typedef BaseRenderer ren_type
 
typedef GlyphGenerator glyph_gen_type
 
typedef glyph_gen_type::glyph_rect glyph_rect
 
typedef ren_type::color_type color_type
 

Public Member Functions

 renderer_raster_htext_solid (ren_type &ren, glyph_gen_type &glyph)
 
void attach (ren_type &ren)
 
void color (const color_type &c)
 
const color_type & color () const
 
template<class CharT >
void render_text (double x, double y, const CharT *str, bool flip=false)
 

Detailed Description

template<class BaseRenderer, class GlyphGenerator>
class agg::renderer_raster_htext_solid< BaseRenderer, GlyphGenerator >

Definition at line 26 of file agg_renderer_raster_text.h.


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