FontData Class Reference

#include <customgui_fontchooser.h>

Inheritance diagram for FontData:

Public Member Functions

BaseContainer GetFont () const
 
void SetFont (BaseContainer *bc)
 

Private Member Functions

 FontData ()
 
 ~FontData ()
 

Detailed Description

Custom data (FONTCHOOSER_DATA) for the font chooser GUI.

Since
17.008

Constructor & Destructor Documentation

◆ FontData()

FontData ( )
private

◆ ~FontData()

~FontData ( )
private

Member Function Documentation

◆ GetFont()

BaseContainer GetFont ( ) const

Retrieves the font container.

Returns
The font container.

◆ SetFont()

void SetFont ( BaseContainer bc)

Sets the font container.

Parameters
[in]bcThe font container.