|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableTextInterwordSpacing (double spacing_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| void | spacing (double spacing_) |
| double | spacing (void) const |
| DrawableBase * | copy () const |
Private Attributes | |
| double | _spacing |
Definition at line 2182 of file Drawable.h.
| Magick::DrawableTextInterwordSpacing::DrawableTextInterwordSpacing | ( | double | spacing_ | ) |
Definition at line 1633 of file Drawable.cpp.
| Magick::DrawableTextInterwordSpacing::~DrawableTextInterwordSpacing | ( | void | ) |
Definition at line 1639 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1659 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1643 of file Drawable.cpp.
| void Magick::DrawableTextInterwordSpacing::spacing | ( | double | spacing_ | ) |
Definition at line 1649 of file Drawable.cpp.
| double Magick::DrawableTextInterwordSpacing::spacing | ( | void | ) | const |
Definition at line 1654 of file Drawable.cpp.
|
private |
Definition at line 2198 of file Drawable.h.