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

Public Member Functions

 fontImage (const std::string &font_)
 
void operator() (Image &image_) const
 

Private Attributes

std::string _font
 

Detailed Description

Definition at line 1530 of file STL.h.

Constructor & Destructor Documentation

◆ fontImage()

Magick::fontImage::fontImage ( const std::string & font_)

Definition at line 1420 of file STL.cpp.

1421 : _font( font_ )
1422{
1423}

Member Function Documentation

◆ operator()()

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

Definition at line 1424 of file STL.cpp.

1425{
1426 image_.font( _font );
1427}

Member Data Documentation

◆ _font

std::string Magick::fontImage::_font
private

Definition at line 1538 of file STL.h.


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