Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the font's current Italic property.
Syntax
HRESULT get_Italic(
[out] BOOL *pItalic
);
Parameters
[out] pItalic
A pointer to the caller-allocated variable that receives the current Italic property for the font.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The state was retrieved successfully. If the state is indeterminate, a font object should set *pItalic to FALSE and return S_OK. |
|
The address in pitalic is not valid. For example, it may be NULL. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | ocidl.h |