|
StuBS
|
#include <user/graphics/texttitle.h>
Public Member Functions | |
| TextTitle (const char *text, const Color &color=Color(0x33, 0x88, 0xcc)) | |
Public Member Functions inherited from Title | |
| Title (const Color &color=Color(0x33, 0x88, 0xcc)) | |
| void | print (const Point &p=Point(230, 10)) |
Additional Inherited Members | |
Protected Attributes inherited from Title | |
| Color | color |
| Font * | font |
| char | buffer [BUFFER_LEN] |
| int | len |
Static Protected Attributes inherited from Title | |
| static const size_t | BUFFER_LEN = 1024 |