|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableTextKerning (double kerning_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| void | kerning (double kerning_) |
| double | kerning (void) const |
| DrawableBase * | copy () const |
Private Attributes | |
| double | _kerning |
Definition at line 2202 of file Drawable.h.
| Magick::DrawableTextKerning::DrawableTextKerning | ( | double | kerning_ | ) |
Definition at line 1665 of file Drawable.cpp.
| Magick::DrawableTextKerning::~DrawableTextKerning | ( | void | ) |
Definition at line 1671 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1691 of file Drawable.cpp.
| void Magick::DrawableTextKerning::kerning | ( | double | kerning_ | ) |
Definition at line 1681 of file Drawable.cpp.
| double Magick::DrawableTextKerning::kerning | ( | void | ) | const |
Definition at line 1686 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1675 of file Drawable.cpp.
|
private |
Definition at line 2218 of file Drawable.h.