#include <prop_types.h>
Public Member Functions | |
| font_t (void) throw () | |
| void | clear (void) throw () |
Public Attributes | |
| std::string | face_name |
| float | point_size |
| bool | italic |
| bool | bold |
| bool | underline |
| bool | strikeout |
Definition at line 70 of file prop_types.h.
| objtree::font_t::font_t | ( | void | ) | throw () [inline] |
Definition at line 71 of file prop_types.h.
| void objtree::font_t::clear | ( | void | ) | throw () [inline] |
Definition at line 72 of file prop_types.h.
| std::string objtree::font_t::face_name |
Definition at line 76 of file prop_types.h.
Definition at line 80 of file prop_types.h.
Definition at line 81 of file prop_types.h.
Definition at line 82 of file prop_types.h.
Definition at line 83 of file prop_types.h.
Definition at line 84 of file prop_types.h.
1.7.1