Magick++ 7.1.1
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
 
virtual void operator() (MagickCore::DrawingWand *) const
 
virtual 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 1600 of file Drawable.cpp.

1602 : _spacing(spacing_)
1603{
1604}

◆ ~DrawableTextInterlineSpacing()

Magick::DrawableTextInterlineSpacing::~DrawableTextInterlineSpacing ( void  )

Definition at line 1606 of file Drawable.cpp.

1607{
1608}

Member Function Documentation

◆ copy()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1626 of file Drawable.cpp.

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

◆ operator()()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1610 of file Drawable.cpp.

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

◆ spacing() [1/2]

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

Definition at line 1616 of file Drawable.cpp.

1617{
1618 _spacing=spacing_;
1619}

◆ spacing() [2/2]

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

Definition at line 1621 of file Drawable.cpp.

1622{
1623 return(_spacing);
1624}

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: