Searched refs:char_width (Results 1 – 2 of 2) sorted by relevance
60 int char_width; member
1077 font->char_width = font->texture.w / FONT_NUM_COLS; in initFont()1092 const int strWidth = font.char_width * len; in drawText()1122 drawTexturedQuad(*x, *y, font.char_width, font.char_height); in drawText()1124 *x += font.char_width; in drawText()