Magick++ 7.1.2
Loading...
Searching...
No Matches
Magick::DrawableTextInterlineSpacing Class Reference
Inheritance diagram for Magick::DrawableTextInterlineSpacing:
Collaboration diagram for Magick::DrawableTextInterlineSpacing:

Public Member Functions

 DrawableTextInterlineSpacing (double spacing_)
 
void operator() (MagickCore::DrawingWand *context_) const
 
void spacing (double spacing_)
 
double spacing (void) const
 
DrawableBasecopy () const
 

Private Attributes

double _spacing
 

Detailed Description

Definition at line 2162 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableTextInterlineSpacing()

Magick::DrawableTextInterlineSpacing::DrawableTextInterlineSpacing ( double spacing_)

Definition at line 1601 of file Drawable.cpp.

1603 : _spacing(spacing_)
1604{
1605}

◆ ~DrawableTextInterlineSpacing()

Magick::DrawableTextInterlineSpacing::~DrawableTextInterlineSpacing ( void )

Definition at line 1607 of file Drawable.cpp.

1608{
1609}

Member Function Documentation

◆ copy()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1627 of file Drawable.cpp.

1628{
1629 return new DrawableTextInterlineSpacing(*this);
1630}

◆ operator()()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1611 of file Drawable.cpp.

1613{
1614 DrawSetTextInterlineSpacing(context_,_spacing);
1615}

◆ spacing() [1/2]

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

Definition at line 1617 of file Drawable.cpp.

1618{
1619 _spacing=spacing_;
1620}

◆ spacing() [2/2]

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

Definition at line 1622 of file Drawable.cpp.

1623{
1624 return(_spacing);
1625}

Member Data Documentation

◆ _spacing

double Magick::DrawableTextInterlineSpacing::_spacing
private

Definition at line 2178 of file Drawable.h.


The documentation for this class was generated from the following files: