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


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

IFormattedTextSymbol.Kerning Property

Indicates if kerning is on.

[Visual Basic .NET]
Public Property Kerning As Boolean
[C#]
public bool Kerning {get; set;}
[C++]
HRESULT get_Kerning(
  Boolean* Kerning
);
[C++]
HRESULT put_Kerning(
  VARIANT_BOOL Kerning
);
[C++]
Parameters
Kerning [out, retval]

Kerning is a parameter of type bool* Kerning [in]
Kerning is a parameter of type bool

Product Availability

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

Description

Kerning indicates whether the specific relationship of two adjacent characters within their character cells is examined and adjusted according to the predefined font metrics specific to each typeface.

See Also

IFormattedTextSymbol Interface