IFont::put_Size method (ocidl.h)

Sets the point size of the font.

Syntax

HRESULT put_Size(
  [in] CY size
);

Parameters

[in] size

The new size of the font, in HIMETRIC units.

Return value

The method supports the standard return value E_UNEXPECTED, as well as the following values.

Return code Description
S_OK
The font was resized successfully.
E_POINTER
The value of the size parameter is not valid. For example, it does not contain a usable font size.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ocidl.h

See also

IFont

IFont::get_Size