The FontSubstitutionMap type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(Stream) |
Add a new entry to the map without specifying the font name. The name will be extracted
from the font program.
| |
| Add(String) |
Add a new entry to the map without specifying the font name. The name will be extracted
from the font program.
| |
| Add(FontSubstitutionMap) |
Add all entries of the argument substition map.
| |
| Add(String, Stream) |
Add a new entry to the map.
| |
| Add(String, String) |
Add a new entry to the map.
| |
| Add(String, Stream, FontStyleEmulation) |
Add a new entry to the map.
| |
| Add(String, String, FontStyleEmulation) |
Add a new entry to the map.
| |
| Clear |
Remove all entries.
| |
| Load |
Load font susbstitution map.
| |
| Save |
Save the font substitution map.
|