Magick++
7.1.1-43
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.