Represents fonts from the compiled shape (SHX) files.

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

Name Description
Public constructor SHXFont Initializes a new instance of the SHXFont class.
Top
Name Description
Public property Loaded Gets the boolean value indicating whether a SHX font with the specified name had been loaded.
Public property Name Gets a full path to the file containing the SHX fonts.
Public property NumChars Gets a number of characters in the loaded SHX file.
Top
Name Description
Public method AddNewShape For internal use.
Public method Dispose
Public method Equals (Overloaded) (inherited from Object).
Public method Static FindShape For internal use.
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static IsUnicodeSHX Returns a value indicating whether the SHX fonts are the unicode SHX fonts and contained in the specified list.
Public method Load Loads the SHX fonts specified by the name property.
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top