===== SetItalic ===== Sets the italic state of a text object. ELITEAPI_API void __stdcall SetItalic(void* apiObject, const char* name, bool italic); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//name// [in] * The name of the text object. *//italic// [in] * The italic state to set the text object to.