This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IF > IFontMap Interface > IFontMap.Mapping Property (ArcObjects .NET 10.4 SDK) |
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