TableSubstitutionRule Methods

The TableSubstitutionRule type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddSubstitutes
Adds substitute font names for given original font name.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodCode exampleGetSubstitutes
Returns array containing substitute font names for the specified original font name.
Public methodGetType (Inherited from Object.)
Public methodCode exampleLoad(Stream)
Loads table substitution settings from XML stream.
Public methodCode exampleLoad(String)
Loads table substitution settings from XML file.
Public methodLoadAndroidSettings
Loads predefined table substitution settings for Linux platform.
Public methodCode exampleLoadLinuxSettings
Loads predefined table substitution settings for Linux platform.
Public methodCode exampleLoadWindowsSettings
Loads predefined table substitution settings for Windows platform.
Public methodCode exampleSave(Stream)
Saves the current table substitution settings to stream.
Public methodCode exampleSave(String)
Saves the current table substitution settings to file.
Public methodCode exampleSetSubstitutes
Override substitute font names for given original font name.
Public methodToString (Inherited from Object.)
See Also