Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::DrawableTextInterwordSpacing Class Reference
Inheritance diagram for Magick::DrawableTextInterwordSpacing:
Collaboration diagram for Magick::DrawableTextInterwordSpacing:

Public Member Functions

 DrawableTextInterwordSpacing (double spacing_)
 
void operator() (MagickCore::DrawingWand *context_) const
 
void spacing (double spacing_)
 
double spacing (void) const
 
DrawableBasecopy () const
 
virtual void operator() (MagickCore::DrawingWand *) const
 
virtual DrawableBasecopy () 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 1632 of file Drawable.cpp.

1634 : _spacing(spacing_)
1635{
1636}

◆ ~DrawableTextInterwordSpacing()

Magick::DrawableTextInterwordSpacing::~DrawableTextInterwordSpacing ( void  )

Definition at line 1638 of file Drawable.cpp.

1639{
1640}

Member Function Documentation

◆ copy()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1658 of file Drawable.cpp.

1659{
1660 return new DrawableTextInterwordSpacing(*this);
1661}

◆ operator()()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1642 of file Drawable.cpp.

1644{
1645 DrawSetTextInterwordSpacing(context_,_spacing);
1646}

◆ spacing() [1/2]

void Magick::DrawableTextInterwordSpacing::spacing ( double  spacing_)

Definition at line 1648 of file Drawable.cpp.

1649{
1650 _spacing=spacing_;
1651}

◆ spacing() [2/2]

double Magick::DrawableTextInterwordSpacing::spacing ( void  ) const

Definition at line 1653 of file Drawable.cpp.

1654{
1655 return(_spacing);
1656}

Member Data 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: