Magick++
7.1.1-43
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
DrawableText (const double x_, const double y_, const std::string &text_) | |
DrawableText (const double x_, const double y_, const std::string &text_, const std::string &encoding_) | |
DrawableText (const DrawableText &original_) | |
void | operator() (MagickCore::DrawingWand *context_) const |
DrawableBase * | copy () const |
void | encoding (const std::string &encoding_) |
void | x (double x_) |
double | x (void) const |
void | y (double y_) |
double | y (void) const |
void | text (const std::string &text_) |
std::string | text (void) const |
Private Attributes | |
double | _x |
double | _y |
std::string | _text |
std::string | _encoding |
Definition at line 2002 of file Drawable.h.