Click or drag to resize

FontStyle Enumeration

Types of font style.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public enum FontStyle
Members
Member nameValueDescription
Normal0 The characters in a normal, or roman, font are upright.
Italic1 The characters in an italic font are truly slanted and appear as they were designed.
Oblique2 The characters in an oblique font are artificially slanted
See Also