|
StuBS
|
#include <user/graphics/filetitle.h>
Public Member Functions | |
| FileTitle (const char *file="title.txt", 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 |
|
explicit |