Magick++ 6.9.13
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 2063 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableTextInterlineSpacing()

Magick::DrawableTextInterlineSpacing::DrawableTextInterlineSpacing ( double spacing_)

Definition at line 1410 of file Drawable.cpp.

1412 : _spacing(spacing_)
1413{
1414}

◆ ~DrawableTextInterlineSpacing()

Magick::DrawableTextInterlineSpacing::~DrawableTextInterlineSpacing ( void )

Definition at line 1416 of file Drawable.cpp.

1417{
1418}

Member Function Documentation

◆ copy()

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

Implements Magick::DrawableBase.

Definition at line 1436 of file Drawable.cpp.

1437{
1438 return new DrawableTextInterlineSpacing(*this);
1439}

◆ operator()()

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

Implements Magick::DrawableBase.

Definition at line 1420 of file Drawable.cpp.

1422{
1423 DrawSetTextInterlineSpacing(context_,_spacing);
1424}

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

Member Data Documentation

◆ _spacing

double Magick::DrawableTextInterlineSpacing::_spacing
private

Definition at line 2079 of file Drawable.h.


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