===== SetFont ===== Sets the font of a text object. ELITEAPI_API void __stdcall SetFont(void* apiObject, const char* name, const char* font, int height); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//name// [in] * The name of the text object. *//font// [in] * The face name of the font to set the text object to. *//height// [in] * The height of the font to use.