Definition at line 2182 of file Drawable.h.
◆ DrawableTextInterwordSpacing()
Magick::DrawableTextInterwordSpacing::DrawableTextInterwordSpacing |
( |
double |
spacing_ | ) |
|
Definition at line 1633 of file Drawable.cpp.
1635 : _spacing(spacing_)
1636{
1637}
◆ ~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 1649 of file Drawable.cpp.
1650{
1651 _spacing=spacing_;
1652}
◆ spacing() [2/2]
double Magick::DrawableTextInterwordSpacing::spacing |
( |
void |
| ) |
const |
Definition at line 1654 of file Drawable.cpp.
1655{
1656 return(_spacing);
1657}
◆ _spacing
double Magick::DrawableTextInterwordSpacing::_spacing |
|
private |
The documentation for this class was generated from the following files:
- /build/imagemagick-dmo-7.1.2.0+dmo/Magick++/lib/Magick++/Drawable.h
- /build/imagemagick-dmo-7.1.2.0+dmo/Magick++/lib/Drawable.cpp