|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableTextInterlineSpacing (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 2162 of file Drawable.h.
| Magick::DrawableTextInterlineSpacing::DrawableTextInterlineSpacing | ( | double | spacing_ | ) |
Definition at line 1601 of file Drawable.cpp.
| Magick::DrawableTextInterlineSpacing::~DrawableTextInterlineSpacing | ( | void | ) |
Definition at line 1607 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1627 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1611 of file Drawable.cpp.
| void Magick::DrawableTextInterlineSpacing::spacing | ( | double | spacing_ | ) |
Definition at line 1617 of file Drawable.cpp.
| double Magick::DrawableTextInterlineSpacing::spacing | ( | void | ) | const |
Definition at line 1622 of file Drawable.cpp.
|
private |
Definition at line 2178 of file Drawable.h.