Fonts/Cursors
Previous Top 

See Colors for Control ID (Font/Cursor/Control Color) Input Box, Include Comment Block Checkbox, Enter Example Text Button.
Fonts:
Preview by selecting a font from the "Choose" button.
Copy the code to the Clipboard or Standard Output by selecting the "Create GUICtrlSetFont" button.

Cursor:
Preview by selecting a cursor from the combo box and move the mouse over the sample text label on left side of window
Copy the code to the Clipboard or Standard Output by selecting the "Create GUICtrlSetCursor" button

graphic

Example:
#Region --- CodeWizard generated code Start ---
GUICtrlSetFont("controlID",10,400,0,"Times New Roman")
#EndRegion --- CodeWizard generated code End ---

#Region --- CodeWizard generated code Start ---
If Not IsDeclared('Cursor_ARROW') Then Dim $Cursor_ARROW = 2
GUICtrlSetCursor("controlID",$Cursor_ARROW)
#EndRegion --- CodeWizard generated code End ---