The FontSubstitutionMap type exposes the following members.

Methods

  NameDescription
Public methodAdd(Stream)
Add a new entry to the map without specifying the font name. The name will be extracted from the font program.
Public methodAdd(String)
Add a new entry to the map without specifying the font name. The name will be extracted from the font program.
Public methodAdd(FontSubstitutionMap)
Add all entries of the argument substition map.
Public methodAdd(String, Stream)
Add a new entry to the map.
Public methodAdd(String, String)
Add a new entry to the map.
Public methodAdd(String, Stream, FontStyleEmulation)
Add a new entry to the map.
Public methodAdd(String, String, FontStyleEmulation)
Add a new entry to the map.
Public methodClear
Remove all entries.
Public methodLoad
Load font susbstitution map.
Public methodSave
Save the font substitution map.

Properties

  NameDescription
Public propertyDefaultSubstitutionFont
Default substitution for non-embedded fonts.
Public propertyFontNames
All the font names included in this map.
Public propertyStatic memberStandard
A read-only map that contains the standard substitution map.

See Also