#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
◆ FontData()
◆ ~FontData()
◆ GetFont()
Retrieves the font container.
- Warning
- This does not return a copy of the font container, but the actual container.
- Returns
- The font container.
◆ SetFont()
Sets the font container.
- Warning
- This does not copy the passed font container, but uses it directly.
- Parameters
-
[in] | bc | The font container. |