IFont::put_Italic method

Sets the font's Italic property.

Syntax


HRESULT put_Italic(
  [in] BOOL italic
);

Parameters

italic [in]

The new Italic property for the font.

Return value

This method can return one of these values.

Return codeDescription
S_OK

The italic state was changed successfully.

S_FALSE

The font does not support an italic state. This value is not an error condition.

 

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_Italic

 

 

Show: