#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 
Public Member Functions | |
| BaseContainer | GetFont () const | 
| void | SetFont (const BaseContainer *bc) | 
Private Member Functions | |
| FontData () | |
| ~FontData () | |
Additional Inherited Members | |
  Static Public Attributes inherited from CustomDataTypeT< 1009372 > | |
| static constexpr Int32 | DATATYPEID | 
      
  | 
  private | 
      
  | 
  private | 
| BaseContainer GetFont | ( | ) | const | 
Retrieves the font container.
| void SetFont | ( | const BaseContainer * | bc | ) | 
Sets the font container.
| [in] | bc | The font container. |