Anti-Grain Geometry - AGG (libagg)  2.5
Classes | Public Types | Public Member Functions
agg::glyph_raster_bin< ColorT > Class Template Reference

#include <agg_glyph_raster_bin.h>

List of all members.

Classes

struct  glyph_rect

Public Types

typedef ColorT color_type

Public Member Functions

 glyph_raster_bin (const int8u *font)
const int8ufont () 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_typespan (unsigned i)

template<class ColorT>
class agg::glyph_raster_bin< ColorT >


Member Typedef Documentation

template<class ColorT >
typedef ColorT agg::glyph_raster_bin< ColorT >::color_type

Constructor & Destructor Documentation

template<class ColorT >
agg::glyph_raster_bin< ColorT >::glyph_raster_bin ( const int8u font) [inline]

Member Function Documentation

template<class ColorT >
double agg::glyph_raster_bin< ColorT >::base_line ( ) const [inline]
template<class ColorT >
const int8u* agg::glyph_raster_bin< ColorT >::font ( ) const [inline]
template<class ColorT >
void agg::glyph_raster_bin< ColorT >::font ( const int8u f) [inline]
template<class ColorT >
double agg::glyph_raster_bin< ColorT >::height ( ) const [inline]
template<class ColorT >
void agg::glyph_raster_bin< ColorT >::prepare ( glyph_rect r,
double  x,
double  y,
unsigned  glyph,
bool  flip 
) [inline]
template<class ColorT >
const cover_type* agg::glyph_raster_bin< ColorT >::span ( unsigned  i) [inline]
template<class ColorT >
template<class CharT >
double agg::glyph_raster_bin< ColorT >::width ( const CharT *  str) const [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines