You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.
void drawFilledRect(int x0, int y0, int x1, int y1);
void drawOutlinedRect(int x0, int y0, int x1, int y1);
void drawLine(int x0, int y0, int x1, int y1);
void drawSetTextFont(unsigned long hFont);
void drawSetTextColor(Color col);
void drawSetTextPos(int x, int y);
void drawPrintText(wchar_t *text, int textLen, FontDrawType_t drawType = FONT_DRAW_DEFAULT);
unsigned long fontCreate();
bool setFontGlyphSet(unsigned long font, const char *windowsFontName, int tall, int weight, int blur, int scanlines, int flags, int nRangeMin = 0, int nRangeMax = 0);
bool getTextSize(unsigned long font, const wchar_t *text, int &wide, int &tall);