TextGRAB SDK Documentation | ITextFont::CharSet

CharSet.

[C/C++]
HRESULT get_CharSet( BYTE* pVal );
[Visual Basic]
Public ReadOnly Property CharSet As Byte
[C#]
public ref byte ITextFont.CharSet { get; }

Parameters

pVal
[out,retval] Specifies the character set.

See Also

ITextFont interface