GH_FontServerStringToFont Method |
Convert a font description string back into a font.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static Font StringToFont(
string text
)
Public Shared Function StringToFont (
text As String
) As Font
Parameters
- text
- Type: SystemString
Text to parse.
Return Value
Type:
FontFont represented by the text, or null if no font could be created.
See Also