|
Anti-Grain Geometry - AGG (libagg)
2.5
|
#include <agg_glyph_raster_bin.h>
Classes | |
| struct | glyph_rect |
Public Types | |
| typedef ColorT | color_type |
Public Member Functions | |
| glyph_raster_bin (const int8u *font) | |
| const int8u * | font () const |
| void | font (const int8u *f) |
| double | height () const |
| double | base_line () const |
| template<class CharT > | |
| double | width (const CharT *str) const |
| void | prepare (glyph_rect *r, double x, double y, unsigned glyph, bool flip) |
| const cover_type * | span (unsigned i) |
| typedef ColorT agg::glyph_raster_bin< ColorT >::color_type |
| agg::glyph_raster_bin< ColorT >::glyph_raster_bin | ( | const int8u * | font | ) | [inline] |
| double agg::glyph_raster_bin< ColorT >::base_line | ( | ) | const [inline] |
| const int8u* agg::glyph_raster_bin< ColorT >::font | ( | ) | const [inline] |
| void agg::glyph_raster_bin< ColorT >::font | ( | const int8u * | f | ) | [inline] |
| double agg::glyph_raster_bin< ColorT >::height | ( | ) | const [inline] |
| void agg::glyph_raster_bin< ColorT >::prepare | ( | glyph_rect * | r, |
| double | x, | ||
| double | y, | ||
| unsigned | glyph, | ||
| bool | flip | ||
| ) | [inline] |
| const cover_type* agg::glyph_raster_bin< ColorT >::span | ( | unsigned | i | ) | [inline] |
| double agg::glyph_raster_bin< ColorT >::width | ( | const CharT * | str | ) | const [inline] |
1.7.5.1