Definition at line 2182 of file Drawable.h.
◆ DrawableTextInterwordSpacing()
| Magick::DrawableTextInterwordSpacing::DrawableTextInterwordSpacing |
( |
double | spacing_ | ) |
|
Definition at line 1630 of file Drawable.cpp.
1632 : _spacing(spacing_)
1633{
1634}
◆ ~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 1646 of file Drawable.cpp.
1647{
1648 _spacing=spacing_;
1649}
◆ spacing() [2/2]
| double Magick::DrawableTextInterwordSpacing::spacing |
( |
void | | ) |
const |
Definition at line 1651 of file Drawable.cpp.
1652{
1653 return(_spacing);
1654}
◆ _spacing
| double Magick::DrawableTextInterwordSpacing::_spacing |
|
private |
The documentation for this class was generated from the following files:
- /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Magick++/Drawable.h
- /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Drawable.cpp