TextGRAB SDK Documentation | ITextFont::Escapement

Escapement.

[C/C++]
HRESULT get_Escapement( LONG* pVal );
[Visual Basic]
Public ReadOnly Property Escapement As Long
[C#]
public ref int ITextFont.Escapement { get; }

Parameters

pVal
[out,retval] Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device.

See Also

ITextFont interface