IFont::put_Italic

Sets the font's current italic property.

HRESULT put_Italic(
  BOOL italic  //Italic property for the font
);
 

Parameters

italic
[in] New italic property for the font.

Return Values

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.

QuickInfo

  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.

See Also

IFont::get_Italic