This document is archived and information here might be outdated.  Recommended version.


IFontMap2.SetMapping Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IF > IFontMap2 Interface > IFontMap2.SetMapping Method
ArcGIS Developer Help

IFontMap2.SetMapping Method

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

[Visual Basic .NET]
Public Sub SetMapping ( _
    ByVal TrueTypeFont As String, _
    ByVal MappedFont As String _
)
[C#]
public void SetMapping (
    string TrueTypeFont,
    string MappedFont
);
[C++]
HRESULT SetMapping(
  BSTR TrueTypeFont,
  BSTR MappedFont
);
[C++]
Parameters
TrueTypeFont [in]

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

Product Availability

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

See Also

IFontMap2 Interface