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


ITextSymbol.Font Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextSymbol Interface > ITextSymbol.Font Property
ArcGIS Developer Help

ITextSymbol.Font Property

Text font.

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

fontDisp is a parameter of type IFontDisp** fontDisp [in]
fontDisp is a parameter of type IFontDisp*

Product Availability

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

Description

Font is the font that an ITextSymbol uses. Use the IFontDisp interface to set the font.

See Also

ITextSymbol Interface

.NET Samples

Creating a toolbar of globe tools Draw text on a MapControl RSS weather GraphicTracker Play back tracking data