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