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.

See Also

IFont::get_Italic