Namespace TallComponents.PDF.Rasterizer.Configuration
Class FontSubstitutionMap
The FontSubstitutionMap lets you define which external fonts are used to render fonts that are not embedded. Be sure to call this with correct trust settings when running under IIS.
Syntax
public class FontSubstitutionMap
: Object
Properties
String DefaultSubstitutionFont
Default substitution for non-embedded fonts.
String[] FontNames
All the font names included in this map.
FontSubstitutionMap Standard
A read-only map that contains the standard substitution map.
Methods
Void Add(Stream)
Add a new entry to the map without specifying the font name. The name will be extracted
from the font program.
Void Add(String,Stream)
Add a new entry to the map.
Void Add(String,String)
Add a new entry to the map.
Void Add(FontSubstitutionMap)
Add all entries of the argument substitution map.
Void Clear()
Remove all entries.