TextGRAB SDK Documentation | ITextFont::Width

Width.

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

Parameters

pVal
[out,retval] Specifies the average width, in logical units, of characters in the font.

See Also

ITextFont interface