IInkEdit::get_Font method (inked.h)

Gets or sets a Font object.

This property is read/write.

Syntax

HRESULT get_Font(
  IFontDisp **ppFont
);

Parameters

ppFont

Return value

None

Remarks

Use the Font property of an InkEdit control to identify a specific Font object whose properties you want to use. For example, the following code changes the Bold property setting of a Font object identified by the Font property of an InkEdit control:

myInkEditControl.Font.Bold = true;

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
Library InkEd.dll

See also

IInkEdit

InkEdit