#include <Text.h>
|  | 
|  | Text (Logger *prmLogger, Bus *prmBus, DeviceObject *prmpDevice, ID3DXFont *prmFont, int prmX, int prmY, int prmWidth, int prmHeight) | 
|  | 
| void | Draw (WCHAR *str) | 
|  | 
Definition at line 50 of file Text.h.
 
◆ Text()
      
        
          | Text::Text | ( | Logger * | prmLogger, | 
        
          |  |  | Bus * | prmBus, | 
        
          |  |  | DeviceObject * | prmpDevice, | 
        
          |  |  | ID3DXFont * | prmFont, | 
        
          |  |  | int | prmX, | 
        
          |  |  | int | prmY, | 
        
          |  |  | int | prmWidth, | 
        
          |  |  | int | prmHeight | 
        
          |  | ) |  |  | 
      
 
 
◆ Draw()
      
        
          | void Text::Draw | ( | WCHAR * | str | ) |  | 
      
 
 
◆ bus
◆ color
◆ elementName
      
        
          | std::string Text::elementName | 
      
 
 
◆ flags
      
        
          | int Text::flags = DT_NOCLIP | DT_SINGLELINE | DT_EXPANDTABS | 
      
 
 
◆ font
◆ formattedText
      
        
          | std::string Text::formattedText | 
      
 
 
◆ height
◆ logger
  
  | 
        
          | Logger* Text::logger = nullptr |  | private | 
 
 
◆ pDevice
◆ pFont
  
  | 
        
          | ID3DXFont* Text::pFont = nullptr |  | private | 
 
 
◆ rect
◆ transform
  
  | 
        
          | D3DXMATRIX Text::transform |  | private | 
 
 
◆ width
The documentation for this class was generated from the following files: