![]() |
![]() |
![]() |
#include <Drawable.h>
Inheritance diagram for Magick::DrawableFont:


Public Member Functions | |
| DrawableFont (const std::string &font_) | |
| DrawableFont (const std::string &family_, StyleType style_, const unsigned long weight_, StretchType stretch_) | |
| DrawableFont (const DrawableFont &original_) | |
| ~DrawableFont (void) | |
| void | operator() (MagickLib::DrawContext context_) const |
| DrawableBase * | copy () const |
| void | font (const std::string &font_) |
| std::string | font (void) const |
| DrawableFont (const std::string &font_) | |
| DrawableFont (const std::string &family_, StyleType style_, const unsigned long weight_, StretchType stretch_) | |
| DrawableFont (const DrawableFont &original_) | |
| ~DrawableFont (void) | |
| void | operator() (MagickLib::DrawContext context_) const |
| DrawableBase * | copy () const |
| void | font (const std::string &font_) |
| std::string | font (void) const |
Private Attributes | |
| std::string | _font |
| std::string | _family |
| StyleType | _style |
| unsigned long | _weight |
| StretchType | _stretch |
|
|
Definition at line 625 of file Drawable.cpp. References AnyStyle, DrawableFont(), and NormalStretch. Referenced by DrawableFont().
Here is the call graph for this function: ![]() |
|
||||||||||||||||||||
|
Definition at line 633 of file Drawable.cpp. References DrawableFont().
Here is the call graph for this function: ![]() |
|
|
Definition at line 644 of file Drawable.cpp. References DrawableFont().
Here is the call graph for this function: ![]() |
|
|
Definition at line 653 of file Drawable.cpp.
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Implements Magick::DrawableBase. |
|
|
Implements Magick::DrawableBase. Definition at line 679 of file Drawable.cpp.
|
|
|
Definition at line 948 of file Drawable.h.
|
|
|
Definition at line 944 of file Drawable.h.
|
|
|
Definition at line 948 of file Drawable.h.
|
|
|
Definition at line 944 of file Drawable.h.
|
|
|
Implements Magick::DrawableBase. |
|
|
Implements Magick::DrawableBase. Definition at line 656 of file Drawable.cpp. References _family, _font, _stretch, _style, _weight, DrawSetFont(), DrawSetFontFamily(), DrawSetFontStretch(), DrawSetFontStyle(), DrawSetFontWeight(), and operator()(). Referenced by operator()().
Here is the call graph for this function: ![]() |
|
|
Definition at line 955 of file Drawable.h. Referenced by operator()(). |
|
|
Definition at line 954 of file Drawable.h. Referenced by operator()(). |
|
|
Definition at line 958 of file Drawable.h. Referenced by operator()(). |
|
|
Definition at line 956 of file Drawable.h. Referenced by operator()(). |
|
|
Definition at line 957 of file Drawable.h. Referenced by operator()(). |
1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC