Home
last modified time | relevance | path

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

/dports/games/xgalaga-sdl/xgalaga-sdl-2.1.1.0-sdl/src/
H A Dtitle.c88 SFont_WriteCenter(fnt_reg_yellow, top+dy, " left/right arrow move "); in show_help()
89 SFont_WriteCenter(fnt_reg_yellow, top+2*dy, " space bar fire "); in show_help()
228 SFont_WriteCenter (fnt_reg_yellow, top + titleImage->height - 10, vbuf); in do_title()
250 …SFont_WriteCenter(fnt_reg_yellow, winheight - 2*SFont_TextHeight(fnt_reg_yellow), "Press space to … in do_title()
251 SFont_WriteCenter(fnt_reg_yellow, winheight - SFont_TextHeight(fnt_reg_yellow), "Or q to quit"); in do_title()
255 if (!(pagetimer % (SFont_TextHeight(fnt_reg_yellow)*SPEEDFACTOR))) { in do_title()
H A Dprize.c288 int dy = SFont_TextHeight(fnt_reg_yellow); in show_bonuses()
295 SFont_WriteCenter(fnt_reg_yellow, top, label); in show_bonuses()
298 length = SFont_TextWidth(fnt_reg_yellow, label); in show_bonuses()
299 S_DrawRect((winwidth-length)/2, top + 1 + SFont_TextHeight(fnt_reg_yellow), in show_bonuses()
308 SFont_Write(fnt_reg_yellow, 130, top, prizes[i].desc); in show_bonuses()
H A Dhighscore.c251 int dy = SFont_TextHeight(fnt_reg_yellow); in show_scores()
255 SFont_WriteCenter(fnt_reg_yellow, top, "High scores"); in show_scores()
257 SFont_WriteCenter(fnt_reg_yellow, top, labels); in show_scores()
260 length = SFont_TextWidth(fnt_reg_yellow, labels); in show_scores()
261 S_DrawRect((winwidth-length)/2, top + 1 + SFont_TextHeight(fnt_reg_yellow), in show_scores()
H A Dscore.c70 SFont_WriteRight(fnt_reg_yellow, 0, str); in draw_score()
78 SFont_Write(fnt_reg_yellow, miniship->width + 2, 0, str); in draw_score()
H A Ddata.h71 extern SFont_Font *fnt_reg_yellow;
H A Ddata.c84 SFont_Font *fnt_reg_yellow; variable
H A Dmain.c193 SFont_WriteCenter(fnt_reg_yellow, y, buf); in do_stars()
1225 fnt_reg_yellow = SFont_InitFont(F_REG_YELLOW); in init_fonts()
1230 if (!fnt_reg_green || !fnt_reg_cyan || !fnt_reg_yellow || in init_fonts()