ArcObjects Library Reference (Output)  

IFontMap.Mapping Property

Creates an association between the TrueType Font and the Mapped Font.

[Visual Basic .NET]
Public Sub set_Mapping ( _
    ByVal TrueTypeFont As String, _
    ByVal A_2 As String _
)
[C#]
public void set_Mapping (
    string TrueTypeFont,
    string A_2
);
[C++]
HRESULT put_Mapping(
  BSTR TrueTypeFont,
  BSTR 
);
[C++]

Parameters

TrueTypeFont [in]   TrueTypeFont is a parameter of type BSTR [in]    is a parameter of type BSTR

Product Availability

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

See Also

IFontMap Interface