Anti-Grain Geometry - AGG (libagg)  2.5
Public Member Functions
agg::gsv_text Class Reference

#include <agg_gsv_text.h>

List of all members.

Public Member Functions

 gsv_text ()
void font (const void *font)
void flip (bool flip_y)
void load_font (const char *file)
void size (double height, double width=0.0)
void space (double space)
void line_space (double line_space)
void start_point (double x, double y)
void text (const char *text)
double text_width ()
void rewind (unsigned path_id)
unsigned vertex (double *x, double *y)

Constructor & Destructor Documentation

agg::gsv_text::gsv_text ( )

Member Function Documentation

void agg::gsv_text::flip ( bool  flip_y) [inline]
void agg::gsv_text::font ( const void *  font)
void agg::gsv_text::line_space ( double  line_space)
void agg::gsv_text::load_font ( const char *  file)
void agg::gsv_text::rewind ( unsigned  path_id)
void agg::gsv_text::size ( double  height,
double  width = 0.0 
)
void agg::gsv_text::space ( double  space)
void agg::gsv_text::start_point ( double  x,
double  y 
)
void agg::gsv_text::text ( const char *  text)
double agg::gsv_text::text_width ( )
unsigned agg::gsv_text::vertex ( double *  x,
double *  y 
)

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