Method Add
Namespace TallComponents.PDF.Rasterizer.Configuration
Class FontSubstitutionMap
Add a new entry to the map.
The path should be absolute, or relative to one of the paths in the search path as returned by SearchPath.
Syntax
public
Void
Add(
String
fontName
,
String
path
)
Returns
Void
Parameters
String
fontName
The name of the font to map.
String
path
The path to the font file.