com.esri.arcgis.output
Interface IFontMap

All Superinterfaces:
Serializable
All Known Implementing Classes:
FontMap

public interface IFontMap
extends Serializable

Provides access to members that control the Font Map Object.

Superseded By

IFontMap2

Product Availability

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


Method Summary
 String getMappedFont()
          Creates an association between the TrueType Font and the Mapped Font.
 String getTrueTypeFont()
          Creates an association between the TrueType Font and the Mapped Font.
 void setMapping(String trueTypeFont, String rhs2)
          Creates an association between the TrueType Font and the Mapped Font.
 

Method Detail

getTrueTypeFont

String getTrueTypeFont()
                       throws IOException,
                              AutomationException
Creates an association between the TrueType Font and the Mapped Font.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The font
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMappedFont

String getMappedFont()
                     throws IOException,
                            AutomationException
Creates an association between the TrueType Font and the Mapped Font.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The font
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapping

void setMapping(String trueTypeFont,
                String rhs2)
                throws IOException,
                       AutomationException
Creates an association between the TrueType Font and the Mapped Font.

Product Availability

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

Parameters:
trueTypeFont - The trueTypeFont (in)
rhs2 - The rhs2 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.