|
Magick++ 7.1.2-29
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.
| Magick::DrawableText::DrawableText | ( | const double | x_, |
| const double | y_, | ||
| const std::string & | text_ ) |
Definition at line 1440 of file Drawable.cpp.
| Magick::DrawableText::DrawableText | ( | const double | x_, |
| const double | y_, | ||
| const std::string & | text_, | ||
| const std::string & | encoding_ ) |
Definition at line 1448 of file Drawable.cpp.
| Magick::DrawableText::DrawableText | ( | const DrawableText & | original_ | ) |
Definition at line 1456 of file Drawable.cpp.
| Magick::DrawableText::~DrawableText | ( | void | ) |
Definition at line 1464 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1474 of file Drawable.cpp.
|
inline |
Definition at line 2020 of file Drawable.h.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1467 of file Drawable.cpp.
|
inline |
Definition at line 2043 of file Drawable.h.
|
inline |
Definition at line 2047 of file Drawable.h.
|
inline |
Definition at line 2025 of file Drawable.h.
|
inline |
Definition at line 2029 of file Drawable.h.
|
inline |
Definition at line 2034 of file Drawable.h.
|
inline |
Definition at line 2038 of file Drawable.h.
|
private |
Definition at line 2056 of file Drawable.h.
|
private |
Definition at line 2055 of file Drawable.h.
|
private |
Definition at line 2053 of file Drawable.h.
|
private |
Definition at line 2054 of file Drawable.h.