ArcObjects Library Reference (Display)  

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(
  VARIANT_BOOL* Kerning
);
[C++]
HRESULT put_Kerning(
  VARIANT_BOOL Kerning
);
[C++]

Parameters

Kerning [out, retval]   Kerning is a parameter of type VARIANT_BOOL Kerning [in]   Kerning is a parameter of type VARIANT_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