IFont::get_Italic  5PQUN

Indicates whether the font is italic or not.

HRESULT get_Italic(

    BOOL* pitalic

//Pointer to the font s italic format

   );

 

 

Parameters

pitalic

[out] Pointer to the caller-allocated BOOL variable that indicates whether the font is italic.

 

Return Values

S_OK

The state was retrieved successfully. If the state is indeterminate, a font object should set *pitalic to FALSE and return S_OK.

E_POINTER

The address in pitalic is not valid. For example, it may be NULL.

 

See Also

IFont::put_Italic