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


IFontMap2.TrueTypeFont Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IFontMap2.TrueTypeFont Property

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

[Visual Basic .NET]
Public ReadOnly Property TrueTypeFont As String
[C#]
public string TrueTypeFont {get;}
[C++]
HRESULT get_TrueTypeFont(
  BSTR* font
);
[C++]

Parameters font [out, retval] font is a parameter of type BSTR

Product Availability

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

See Also

IFontMap2 Interface