Definition at line 2083 of file Drawable.h.
◆ DrawableTextInterwordSpacing()
| Magick::DrawableTextInterwordSpacing::DrawableTextInterwordSpacing |
( |
double | spacing_ | ) |
|
Definition at line 1442 of file Drawable.cpp.
1444 : _spacing(spacing_)
1445{
1446}
◆ ~DrawableTextInterwordSpacing()
| Magick::DrawableTextInterwordSpacing::~DrawableTextInterwordSpacing |
( |
void | | ) |
|
◆ copy()
◆ operator()()
| void Magick::DrawableTextInterwordSpacing::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ spacing() [1/2]
| void Magick::DrawableTextInterwordSpacing::spacing |
( |
double | spacing_ | ) |
|
Definition at line 1458 of file Drawable.cpp.
1459{
1460 _spacing=spacing_;
1461}
◆ spacing() [2/2]
| double Magick::DrawableTextInterwordSpacing::spacing |
( |
void | | ) |
const |
Definition at line 1463 of file Drawable.cpp.
1464{
1465 return(_spacing);
1466}
◆ _spacing
| double Magick::DrawableTextInterwordSpacing::_spacing |
|
private |
The documentation for this class was generated from the following files: