Click or drag to resize

FontFontType Enumeration

An enum that reports if the font face is available on the current device.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum FontType
Members
  Member nameValueDescription
Unset0 Not set.
ManagedFont1 In the managed font list.
InstalledFont2 In the installed font list.
See Also