com.esri.arcgis.output
Interface IFontMap2

All Superinterfaces:
Serializable
All Known Implementing Classes:
FontMap

public interface IFontMap2
extends Serializable

Provides access to members that control the Font Map 2 Object.

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 mappedFont)
          Creates an association between the TrueType Font and the Mapped Font.
 void setMapping2(String trueTypeFont, String rhs2)
          Creates an association between the TrueType Font and the Mapped Font.
 

Method Detail

setMapping

void setMapping(String trueTypeFont,
                String mappedFont)
                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

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

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.

setMapping2

void setMapping2(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.