FontDialogΒΆ

FontDialog displays a font dialog box.

hFont = FontDialog()
hFont = FontDialog(hFontold)
hFont = FontDialog(rsHeight, nWeight, rsPitchAndFamily, ssFaceName, bUnderline, bItalic, bStrikeOut, rsAngle, rvColorRGB)

Return Value

hFont is the handle of the created font object, or 0 if the the user has selected the Cancel button.

Comment

The parameters of this function are identical to the function FontCreate.

id-626736