Click or drag to resize

FontFontStyle Enumeration

Vertical angle of font Upright, Italic, or Oblique

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum FontStyle
Members
  Member nameValueDescription
Unset0 Not set.
Upright1 Default font style.
Italic2 The face is sloped so the top is to the right of the base. Face names sometimes use the word "oblique" for italic faces.
Oblique3 The face is sloped so the top is to the left of the base. This is extremely rare. NOTE WELL: Face names sometimes use the word "oblique" for italic faces.
See Also