InkEdit.Font property

Gets or sets a Font object.

This property is read/write.

Syntax


HRESULT put_Font(
  [in]          IFontDisp *ppFont
);

HRESULT get_Font(
  [out, retval] IFontDisp **ppFont
);

Property value

An IFontDisp object that describes a font to get or set.

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

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Inked.h (also requires inked_i.c)

Library

InkEd.dll

See also

InkEdit

 

 

Show: