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


IACTextSymbol.Font Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACTextSymbol Interface > IACTextSymbol.Font Property
ArcGIS Developer Help

IACTextSymbol.Font Property

The font name.

[Visual Basic .NET]
Public Property Font As String
[C#]
public string Font {get; set;}
[C++]
HRESULT get_Font(
  System.String* Font
);
[C++]
HRESULT put_Font(
  BSTR Font
);
[C++]
Parameters
Font [out, retval]

Font is a parameter of type BSTR* Font [in]
Font is a parameter of type BSTR

Product Availability

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

See Also

IACTextSymbol Interface