Searched refs:char_height (Results 1 – 2 of 2) sorted by relevance
61 int char_height; member
1078 font->char_height = font->texture.h / FONT_NUM_ROWS / 2; // There are bold and regular rows in initFont()1100 *y = (mHeight - font.char_height) / 2; in drawText()1102 *y = mHeight + *y - font.char_height; in drawText()1122 drawTexturedQuad(*x, *y, font.char_width, font.char_height); in drawText()