User Tools

Site Tools


eliteapi:functions:thirdparty:setfont

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.
eliteapi/functions/thirdparty/setfont.txt · Last modified: 2014/12/16 11:51 (external edit)