TextGRAB SDK Documentation | ITextFont::PitchAndFamily

PitchAndFamily.

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

Parameters

pVal
[out,retval] Specifies the pitch and family of the font.

See Also

ITextFont interface