#include <Drawable.h>
Definition at line 2000 of file Drawable.h.
 
◆ DrawableText() [1/3]
      
        
          | Magick::DrawableText::DrawableText | ( | const double | x_, | 
        
          |  |  | const double | y_, | 
        
          |  |  | const std::string & | text_ | 
        
          |  | ) |  |  | 
      
 
 
◆ DrawableText() [2/3]
      
        
          | Magick::DrawableText::DrawableText | ( | const double | x_, | 
        
          |  |  | const double | y_, | 
        
          |  |  | const std::string & | text_, | 
        
          |  |  | const std::string & | encoding_ | 
        
          |  | ) |  |  | 
      
 
 
◆ DrawableText() [3/3]
      
        
          | Magick::DrawableText::DrawableText | ( | const DrawableText & | original_ | ) |  | 
      
 
 
◆ ~DrawableText()
      
        
          | Magick::DrawableText::~DrawableText | ( | void |  | ) |  | 
      
 
 
◆ copy()
◆ encoding()
  
  | 
        
          | void Magick::DrawableText::encoding | ( | const std::string & | encoding_ | ) |  |  | inline | 
 
 
◆ operator()()
  
  | 
        
          | void Magick::DrawableText::operator() | ( | MagickCore::DrawingWand * | context_ | ) | const |  | virtual | 
 
 
◆ text() [1/2]
  
  | 
        
          | void Magick::DrawableText::text | ( | const std::string & | text_ | ) |  |  | inline | 
 
 
◆ text() [2/2]
  
  | 
        
          | std::string Magick::DrawableText::text | ( | void |  | ) | const |  | inline | 
 
 
◆ x() [1/2]
  
  | 
        
          | void Magick::DrawableText::x | ( | double | x_ | ) |  |  | inline | 
 
 
◆ x() [2/2]
  
  | 
        
          | double Magick::DrawableText::x | ( | void |  | ) | const |  | inline | 
 
 
◆ y() [1/2]
  
  | 
        
          | void Magick::DrawableText::y | ( | double | y_ | ) |  |  | inline | 
 
 
◆ y() [2/2]
  
  | 
        
          | double Magick::DrawableText::y | ( | void |  | ) | const |  | inline | 
 
 
The documentation for this class was generated from the following files: