Home
last modified time | relevance | path

Searched refs:font_yoffset (Results 1 – 1 of 1) sorted by relevance

/dports/audio/komposter/komposter-f75eeb7/
H A Dfont.c51 int font_yoffset[FONT_STYLES][255]; variable
117 font_yoffset[f][c]=-slot->bitmap_top; in font_init()
182 glVertex2f(xp+font_xoffset[fontnr][(int)text[n]], yp+font_yoffset[fontnr][(int)text[n]]); in render_text()
184 …nt_xoffset[fontnr][(int)text[n]]+font_width[fontnr][(int)text[n]], yp+font_yoffset[fontnr][(int)te… in render_text()
187 yp+font_yoffset[fontnr][(int)text[n]]+font_height[fontnr][(int)text[n]]); in render_text()
190 yp+font_yoffset[fontnr][(int)text[n]]+font_height[fontnr][(int)text[n]]); in render_text()