Method Add
Namespace TallComponents.PDF.Rasterizer.Configuration
Class FontSubstitutionMap
Add a new entry to the map.
The callee will cache the stream content so the stream does not have to be available after this call returns. The caller is responsible for closing this stream after this call returns.
Syntax
public
Void
Add(
String
fontName
,
Stream
stream
)
Returns
Void
Parameters
String
fontName
The name of the font to map.
Stream
stream
The stream that holds the font program.