Magick++ 7.1.2-32
Convert, Edit, Or Compose Bitmap Images
Loading...
Searching...
No Matches
Magick::DrawableTextInterwordSpacing Class Reference
Inheritance diagram for Magick::DrawableTextInterwordSpacing:
Magick::DrawableBase

Public Member Functions

 DrawableTextInterwordSpacing (double spacing_)
void operator() (MagickCore::DrawingWand *context_) const
void spacing (double spacing_)
double spacing (void) const
DrawableBase * copy () const

Private Attributes

double _spacing

Detailed Description

Definition at line 2182 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableTextInterwordSpacing()

Magick::DrawableTextInterwordSpacing::DrawableTextInterwordSpacing ( double spacing_)

Definition at line 1630 of file Drawable.cpp.

1632 : _spacing(spacing_)
1633{
1634}

◆ ~DrawableTextInterwordSpacing()

Magick::DrawableTextInterwordSpacing::~DrawableTextInterwordSpacing ( void )

Definition at line 1636 of file Drawable.cpp.

1637{
1638}

Member Function Documentation

◆ copy()

Magick::DrawableBase * Magick::DrawableTextInterwordSpacing::copy ( ) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 1656 of file Drawable.cpp.

1657{
1658 return new DrawableTextInterwordSpacing(*this);
1659}

◆ operator()()

void Magick::DrawableTextInterwordSpacing::operator() ( MagickCore::DrawingWand * context_) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 1640 of file Drawable.cpp.

1642{
1643 DrawSetTextInterwordSpacing(context_,_spacing);
1644}

◆ 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}

Field Documentation

◆ _spacing

double Magick::DrawableTextInterwordSpacing::_spacing
private

Definition at line 2198 of file Drawable.h.


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