IInkEdit::putref_Font method (inked.h)
Gets or sets the font for text that is yet to be drawn on the InkEdit control.
Syntax
HRESULT putref_Font(
IFontDisp *ppFont
);
Parameters
ppFont
Type: IFontDisp**
The pointer to an IFontDisp interface object.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | inked.h |