ArcObjects Library Reference (Output)  

IFontMapCollection Interface

Provides access to members that control a Collection of Font Map Objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method Add Add an IFontMap to the FontMap collection.
Read-only property Count The count of the FontMap collection.
Read-only property FontMap An IFontMap from the FontMap collection.
Method Insert Insert an IFontMap into the FontMap collection at position index.
Method Remove Removes IFontMap at index from the FontMap collection.
Method 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.