FontData Class Reference

#include <customgui_fontchooser.h>

Inheritance diagram for FontData:

详细描述

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 ()

构造函数 & 析构函数文档编制

◆  FontData()

FontData () private

◆  ~FontData()

~ FontData () private

成员函数文档编制

◆  GetFont()

BaseContainer GetFont ( ) const

Retrieves the font container.

返回
The font container.

◆  SetFont()

void SetFont ( BaseContainer bc )

Sets the font container.

参数
[in] bc The font container.