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


IFontAttribute Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFontAttribute Interface
ArcGIS Developer Help

IFontAttribute Interface

Provides access to FontAttribute properties.

Product Availability

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

Description

Use with the FontAttributeUnderline, FontAttributeBold and FontAttributeItalic coclasses to control the appearance of the font.

Members

Name Description
Read/write property State Indicates if a boolean font attribute is set.

Classes that implement IFontAttribute

Classes Description
FontAttributeBold Controls whether the text will be drawn in bold type.
FontAttributeItalic Controls whether the text will be drawn in italics.
FontAttributeUnderline Controls whether the text will be underlined.

See Also

IFontSize Interface | IBold Interface | IFontName Interface | IFontAttribute Interface