Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::fontPointsizeImage Class Reference
Collaboration diagram for Magick::fontPointsizeImage:

Public Member Functions

 fontPointsizeImage (const size_t pointsize_)
 
void operator() (Image &image_) const
 

Private Attributes

size_t _pointsize
 

Detailed Description

Definition at line 1542 of file STL.h.

Constructor & Destructor Documentation

◆ fontPointsizeImage()

Magick::fontPointsizeImage::fontPointsizeImage ( const size_t pointsize_)

Definition at line 1430 of file STL.cpp.

1431 : _pointsize( pointsize_ )
1432{
1433}

Member Function Documentation

◆ operator()()

void Magick::fontPointsizeImage::operator() ( Magick::Image & image_) const

Definition at line 1434 of file STL.cpp.

1435{
1436 image_.fontPointsize( _pointsize );
1437}

Member Data Documentation

◆ _pointsize

size_t Magick::fontPointsizeImage::_pointsize
private

Definition at line 1550 of file STL.h.


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