#include <customgui_fontchooser.h>
Custom data (
FONTCHOOSER_DATA
) for the font chooser GUI (
FontchooserCustomGui
).
All items in the font container are private except for these:
FONTCHOOSER_CUSTOMGUISETTINGS
公共成员函数 |
|
| BaseContainer | GetFont () const |
| void | SetFont ( BaseContainer *bc) |
私有成员函数 |
|
| FontData () | |
| ~FontData () | |
|
|
| BaseContainer GetFont | ( | ) | const |
Retrieves the font container.
| void SetFont | ( | BaseContainer * | bc | ) |
Sets the font container.
| [in] | bc | The font container. |