|
PieDock
1.6.3
|
#include <Text.h>
Public Member Functions | |
| Font (const std::string f, const double s, const Color c) | |
| const std::string & | getFamily () const |
| void | setFamily (const std::string &s) |
| const double & | getSize () const |
| void | setSize (const double s) |
| const Color & | getColor () const |
| void | setColor (const Color c) |
| void | reset () |
Text appearance
1.8.3.1