Represents a text style for the SHX fonts.

The following tables list the members exposed by the TextStyle type.

Name Description
Public method Dispose
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Public field backwards A boolean value indicating whether the text is backward (mirrored in X direction).
Public field bigFontIndex An index of the big SHX font in the SHXFontList.
Public field bigFontPath A path to the file containing big fonts.
Public field fontExists A boolean value indicating whether the SHX file exists.
Public field fontIndex An index of the SHX font in the SHXFontList.
Public field fontPath A path to the SHX file.
Public field name A name of the text style.
Public field obliqueAngle A tilt angle for the letters defined by the style.
Public field upSideDown A boolean value indicating whether the text is upside down (mirrored in Y direction).
Public field vertical A boolean value indicating whether the text is vertical.
Public field width A WidthFactor for the text.
Top