Implementation of the system font dialog component.
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class CSysFontDialog :public virtual ISysFontDialog, public CComponent
{
public:
IFont *getFont() override;
bool setFont(IFont *value) override;
bool Execute() override;
CSysFontDialog();
CSysFontDialog(IForm *parent);
};
Namespace: | nitisa::standard |
Include: | Standard/Components/SysFontDialog/SysFontDialog.h |