Method Add
Namespace TallComponents.PDF.Rasterizer.Configuration
Class FontSubstitutionMap
Add a new entry to the map without specifying the font name. The name will be extracted from the font program.
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(
Stream
stream
)
Returns
Void
Parameters
Stream
stream
The stream that holds the font program.