Definition at line 1489 of file STL.h.
◆ fontImage()
Magick::fontImage::fontImage |
( |
const std::string & | font_ | ) |
|
Definition at line 1370 of file STL.cpp.
1371 : _font( font_ )
1372{
1373}
◆ operator()()
void Magick::fontImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1374 of file STL.cpp.
1375{
1376 image_.font( _font );
1377}
◆ _font
std::string Magick::fontImage::_font |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-7/Magick++/lib/Magick++/STL.h
- ImageMagick-7/Magick++/lib/STL.cpp