Grasshopper API
GH_FontPickerCreateFontPickerWindow Method |
Create a new window containing a Font Picker object and OK, Cancel buttons.
Picked fonts will be stored in the Tag field of the form.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static Form CreateFontPickerWindow( Font defaultFont )
Public Shared Function CreateFontPickerWindow ( defaultFont As Font ) As Form
Parameters
- defaultFont
- Type: System.DrawingFont
Return Value
Type: FormA window with a font picker.
