IInkEdit::get_SelFontSize method (inked.h)

Gets or sets the font size of the selected text within the InkEdit control (run time only).

This property is read/write.

Syntax

HRESULT get_SelFontSize(
  VARIANT *pvarSelFontSize
);

Parameters

pvarSelFontSize

Return value

None

Remarks

The SelFontSize property returns Null if the selected text contains different font sizes.

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