Magick++
6.9.3
|
#include <Drawable.h>
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_) | |
~DrawableFont (void) | |
void | operator() (MagickCore::DrawingWand *context_) const |
DrawableBase * | copy () const |
void | font (const std::string &font_) |
std::string | font (void) const |
Public Member Functions inherited from Magick::DrawableBase | |
DrawableBase (void) | |
virtual | ~DrawableBase (void) |
Definition at line 948 of file Drawable.h.
Magick::DrawableFont::DrawableFont | ( | const std::string & | font_ | ) |
Definition at line 647 of file Drawable.cpp.
Magick::DrawableFont::DrawableFont | ( | const std::string & | family_, |
Magick::StyleType | style_, | ||
const unsigned int | weight_, | ||
Magick::StretchType | stretch_ | ||
) |
Definition at line 655 of file Drawable.cpp.
Magick::DrawableFont::DrawableFont | ( | const DrawableFont & | original_ | ) |
Definition at line 666 of file Drawable.cpp.
Magick::DrawableFont::~DrawableFont | ( | void | ) |
Definition at line 675 of file Drawable.cpp.
|
virtual |
Implements Magick::DrawableBase.
Definition at line 701 of file Drawable.cpp.
|
inline |
Definition at line 967 of file Drawable.h.
|
inline |
Definition at line 971 of file Drawable.h.
|
virtual |
Implements Magick::DrawableBase.
Definition at line 678 of file Drawable.cpp.