IFont::put_Size method

Sets the point size of the font.

Syntax


HRESULT put_Size(
  [in] CY size
);

Parameters

size [in]

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 codeDescription
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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

OCIdl.h

IDL

OCIdl.idl

IID

IID_IFont is defined as BEF6E002-A874-101A-8BBA-00AA00300CAB

See also

IFont
IFont::get_Size

 

 

Show: