#include <FontDesc.h>
Public Member Functions | |
| FontDesc (void) | |
Public Attributes | |
| AsciiString | name |
| name of font | |
| Int | size |
| point size | |
| Bool | bold |
| is bold? | |
Definition at line 35 of file FontDesc.h.
| FontDesc::FontDesc | ( | void | ) |
| Bool FontDesc::bold |
is bold?
Definition at line 40 of file FontDesc.h.
| AsciiString FontDesc::name |
name of font
Definition at line 38 of file FontDesc.h.
| Int FontDesc::size |
point size
Definition at line 39 of file FontDesc.h.