Provides access to members that control a Collection of Font Map Objects.
Product Availability
Members
Description | ||
---|---|---|
Add | Add an IFontMap to the FontMap collection. | |
Count | The count of the FontMap collection. | |
FontMap | An IFontMap from the FontMap collection. | |
Insert | Insert an IFontMap into the FontMap collection at position index. | |
Remove | Removes IFontMap at index from the FontMap collection. | |
RemoveAll | Removes all IFontMaps from the FontMap collection. |
CoClasses that implement IFontMapCollection
CoClasses and Classes | Description |
---|---|
FontMapCollection | A collection of font mappings. |
Remarks
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.