TextGRAB SDK Documentation | ITextFont::Weight

Weight.

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

Parameters

pVal
[out,retval] Specifies the weight of the font.

See Also

ITextFont interface