#include <text.h>
Inheritance diagram for GltTextOverlay:


Public Methods | |
| GltTextOverlay (const GltFont &font, const GltViewport &window) | |
| Constructor. | |
| GltTextOverlay (const GltTextOverlay &overlay) | |
| Constructor. | |
| ~GltTextOverlay () | |
| Destructor. | |
| virtual void | draw () const |
| Derived classes should supply this. | |
| std::wstring & | text () |
| Current overlay text. | |
| const std::wstring & | text () const |
| Current overlay text. | |
| GltColor & | fadeColor () |
| Fade colour of overlay viewport. | |
| bool & | border () |
| Draw overlay border. | |
| GltColor & | borderColor () |
| Overlay border color. | |
| bool & | shadow () |
| Draw text shadow. | |
| GltColor & | shadowColor () |
| Text shadow color. | |
| int & | spacing () |
| Text spacing. | |
| int & | margin () |
| Text margin. | |
| GltHorizontalAlignment & | alignHorizontal () |
| Horizontal alignment. | |
| GltVerticalAlignment & | alignVertical () |
| Vertical alignment. | |
Definition at line 48 of file text.h.
1.2.18