FontDialog

FontDialog erzeugt einen Font über ein Dialogfeld.

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

Returnwert

hFont ist die Zugriffsnummer (handle) des erzeugten Fonts oder 0, wenn der Font nicht erzeugt werden konnte.

Kommentar

Die Parameter der Funktion entsprechen der Funktion FontCreate.

id-626736