| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/text/textscreenscale.h>

Public Member Functions | |
| TextScreenScale (SO< TextureText > tt=NULL, SO< FontSize > fs=NULL) | |
| virtual | ~TextScreenScale () |
| Destructor. | |
| virtual const Matrix & | matrix (Engine *engine=0) const |
| Returns the Matrix for this transform. | |
| VRS_TYPEINFO (TextScreenScale, Transform) | |
| VRS_SERIALIZABLE (TextScreenScale) | |
Protected Attributes | |
| SO< TextureText > | m_Text |
| SO< FontSize > | m_FontSize |
| Matrix | m_Matrix |
| VRS::TEXT::TextScreenScale::TextScreenScale | ( | SO< TextureText > | tt = NULL, |
|
| SO< FontSize > | fs = NULL | |||
| ) |
| virtual VRS::TEXT::TextScreenScale::~TextScreenScale | ( | ) | [virtual] |
Destructor.
| VRS::TEXT::TextScreenScale::VRS_TYPEINFO | ( | TextScreenScale | , | |
| Transform | ||||
| ) |
| VRS::TEXT::TextScreenScale::VRS_SERIALIZABLE | ( | TextScreenScale | ) |
SO<TextureText> VRS::TEXT::TextScreenScale::m_Text [protected] |
SO<FontSize> VRS::TEXT::TextScreenScale::m_FontSize [protected] |
Matrix VRS::TEXT::TextScreenScale::m_Matrix [mutable, protected] |