Definition at line 2063 of file Drawable.h.
◆ DrawableTextInterlineSpacing()
| Magick::DrawableTextInterlineSpacing::DrawableTextInterlineSpacing |
( |
double | spacing_ | ) |
|
Definition at line 1410 of file Drawable.cpp.
1412 : _spacing(spacing_)
1413{
1414}
◆ ~DrawableTextInterlineSpacing()
| Magick::DrawableTextInterlineSpacing::~DrawableTextInterlineSpacing |
( |
void | | ) |
|
◆ copy()
◆ operator()()
| void Magick::DrawableTextInterlineSpacing::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ spacing() [1/2]
| void Magick::DrawableTextInterlineSpacing::spacing |
( |
double | spacing_ | ) |
|
Definition at line 1426 of file Drawable.cpp.
1427{
1428 _spacing=spacing_;
1429}
◆ spacing() [2/2]
| double Magick::DrawableTextInterlineSpacing::spacing |
( |
void | | ) |
const |
Definition at line 1431 of file Drawable.cpp.
1432{
1433 return(_spacing);
1434}
◆ _spacing
| double Magick::DrawableTextInterlineSpacing::_spacing |
|
private |
The documentation for this class was generated from the following files: