|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableFont (const std::string &font_) | |
| DrawableFont (const std::string &family_, StyleType style_, const unsigned int weight_, StretchType stretch_) | |
| DrawableFont (const DrawableFont &original_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| DrawableBase * | copy () const |
| void | font (const std::string &font_) |
| std::string | font (void) const |
Private Attributes | |
| std::string | _font |
| std::string | _family |
| StyleType | _style |
| unsigned int | _weight |
| StretchType | _stretch |
Definition at line 1054 of file Drawable.h.
| Magick::DrawableFont::DrawableFont | ( | const std::string & | font_ | ) |
Definition at line 779 of file Drawable.cpp.
| Magick::DrawableFont::DrawableFont | ( | const DrawableFont & | original_ | ) |
Definition at line 798 of file Drawable.cpp.
| Magick::DrawableFont::~DrawableFont | ( | void | ) |
Definition at line 807 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 833 of file Drawable.cpp.
|
inline |
Definition at line 1073 of file Drawable.h.
|
inline |
Definition at line 1077 of file Drawable.h.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 810 of file Drawable.cpp.
|
private |
Definition at line 1084 of file Drawable.h.
|
private |
Definition at line 1083 of file Drawable.h.
|
private |
Definition at line 1087 of file Drawable.h.
|
private |
Definition at line 1085 of file Drawable.h.
|
private |
Definition at line 1086 of file Drawable.h.