Syntax
| DlgCreateFont(FontName[, FontHeight][, FontWidth][, Bold][, Italic][, _
Underline][, StrikeThru]) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Create an instance of a new font object and return the Fontname Windows handle from the newly created font.
Font objects are used in dialog boxes to change the appearance of the dialog items. The returned handle should be stored in a module-level or global-level declared variable, so it's value can be read from within a dialogfunc routine.
| ||||||||||||||||
See Also
| |||||||||||||||||
Example
|
|