TextGRAB SDK Documentation | ITextFont::FaceName

FaceName.

[C/C++]
HRESULT get_FaceName( BSTR* pVal );
[Visual Basic]
Public ReadOnly Property FaceName As String
[C#]
public ref string ITextFont.FaceName { get; }

Parameters

pVal
[out,retval] Specifies a string that specifies the typeface name of the font.

See Also

ITextFont interface