ArcObjects Library Reference (Carto)  

IACTextSymbol.FontStyle Property

The font style.

[Visual Basic .NET]
Public Property FontStyle As acFontStyle
[C#]
public acFontStyle FontStyle {get; set;}
[C++]
HRESULT get_FontStyle(
  acFontStyle* FontStyle
);
[C++]
HRESULT put_FontStyle(
  acFontStyle FontStyle
);
[C++]

Parameters

FontStyle [out, retval]

  FontStyle is a parameter of type acFontStyle

FontStyle [in]

  FontStyle is a parameter of type acFontStyle

Product Availability

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

See Also

IACTextSymbol Interface