#include <vgui_font.h>
Inheritance diagram for vgui_font:

Definition at line 20 of file vgui_font.h.
Public Member Functions | |
| vgui_font () | |
| Constructor - default. | |
| virtual void | draw (const vcl_string &str) const=0 |
| Draw a string of font symbols. | |
| virtual void | draw (const vcl_string &str, unsigned int size) const |
| Draw a string of font symbols. | |
| virtual | ~vgui_font () |
| Destructor. | |
| void | ref () |
| void | unref () |
| int | get_references () const |
| bool | is_referenced () const |
Private Member Functions | |
| vgui_font (const vgui_font &) | |
| vgui_font & | operator= (const vgui_font &) |
| vgui_font::vgui_font | ( | ) | [inline] |
| virtual vgui_font::~vgui_font | ( | ) | [inline, virtual] |
| vgui_font::vgui_font | ( | const vgui_font & | ) | [private] |
| virtual void vgui_font::draw | ( | const vcl_string & | str | ) | const [pure virtual] |
| void vgui_font::draw | ( | const vcl_string & | str, | |
| unsigned int | size | |||
| ) | const [virtual] |
Draw a string of font symbols.
Reimplemented in vgui_font_textured.
Definition at line 13 of file vgui_font.cxx.
1.5.1