Searched refs:FONT_NUM_COLS (Results 1 – 1 of 1) sorted by relevance
94 static constexpr size_t FONT_NUM_COLS = 16; variable95 static constexpr size_t FONT_NUM_ROWS = FONT_NUM_CHARS / FONT_NUM_COLS;587 font->char_width = font->texture.w / FONT_NUM_COLS; in initFont()623 const int row = charPos / FONT_NUM_COLS; in drawText()624 const int col = charPos % FONT_NUM_COLS; in drawText()