Example #1
0
static int myPrintText(int x, int y, const char* text, color_t brush = Colors::Black, word_t flags = PrintTextFlags::AtBaseline)
{
	return font.PrintText(bmpBuf, x, y, text, brush, flags);
}