Grasshopper API
GH_FontServerFontToString Method |
Convert a font to a string.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static string FontToString( Font font )
Public Shared Function FontToString ( font As Font ) As String
Parameters
- font
- Type: System.DrawingFont
Font to convert.
Return Value
Type: StringStrig representing the font family, size, bold and italic flags.
