This document is archived and information here might be outdated. Recommended version. |
A collection of font mappings.
Interfaces | Description |
---|---|
IFontMapCollection | Provides access to members that control a Collection of Font Map Objects. |
The font map collection houses the set of font maps used by the PS printer or PS exporter objects.
The FontMapCollection is a collection object whose life cycle is tied to that of the object that created it, such as PsPrinter or PsExporter. This object controls the set of FontMap objects defined for use with the PostScript driver. An object of this type is returned by IFontMapEnvironment::FontMapCollection. Use this object to make your adjustments to the font mapping environment.
By default, the collection returned by IFontMapEnvironment::FontMapCollection will have some values in it. These default values are defined by the system. You can then add additional FontMap objects to the collection.