9#if !defined(OWL_CHOOSEFO_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
131 auto DoExecute() ->
int override;
Defines information necessary to initialize the dialog box with the user's font selection.
int PointSize
Point size of the font.
HDC DC
Handle to the device context from which fonts are obtained.
TCHAR * Style
Style of the font such as bold, italic, underline, or strikeout.
uint32 Flags
Flags can be a combination of the following constants that control the appearance and functionality o...
uint32 Error
If the dialog box is successfully executed, Error returns 0.
uint16 FontType
Font type or name.
LOGFONT LogFont
Attributes of the font.
int SizeMax
Maximum size of the font.
TColor Color
Indicates the font color that is initially selected when the dialog box is created; contains the user...
int SizeMin
Minimum size of the font.
Encapsulates the Choose-Font common dialog.
TData & GetData()
Return the data associated with this dialog.
void SetCF(const CHOOSEFONT &cf)
Set the CHOOSEFONT data structure for this dialog.
void CmFontApply()
User clicked on Apply for the font.
void SetData(TData &data)
Set the data associated with this dialog.
CHOOSEFONT & GetCF()
Return the CHOOSEFONT data structure for this dialog.
Class wrapper for management of color values.
Derived from TDialog, TCommonDialog is the abstract base class for TCommonDialog objects.
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
TResult DefaultProcessing()
Handles default processing of events, which includes continued processing of menu/accelerators comman...
Definition of Common Dialog abstract base class.
#define DECLARE_RESPONSE_TABLE(cls)
Object Windows Library (OWLNext Core)
UINT TMsgId
Message ID type.
LPARAM TParam2
Second parameter type.
WPARAM TParam1
First parameter type.