Home
last modified time | relevance | path

Searched refs:FONT_MEDIUM (Results 1 – 25 of 49) sorted by relevance

12

/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_scoreboard.c168 …int (SB_NAME_X, y, 0.9f * scale, colorWhite, ci->name,0, 0, ITEM_TEXTSTYLE_OUTLINED, FONT_MEDIUM ); in CG_DrawClientScore()
371 …nt ( x - CG_Text_Width ( s, 1.0f, FONT_MEDIUM ) / 2, y, 1.0f, colorWhite, s, 0, 0, ITEM_TEXTSTYLE_… in CG_DrawOldScoreboard()
391 …nt ( x - CG_Text_Width ( s, 1.0f, FONT_MEDIUM ) / 2, y, 1.0f, colorWhite, s, 0, 0, ITEM_TEXTSTYLE_… in CG_DrawOldScoreboard()
402 …nt ( x - CG_Text_Width ( s, 1.0f, FONT_MEDIUM ) / 2, y, 1.0f, colorWhite, s, 0, 0, ITEM_TEXTSTYLE_… in CG_DrawOldScoreboard()
447 …nt ( x - CG_Text_Width ( s, 1.0f, FONT_MEDIUM ) / 2, y, 1.0f, colorWhite, s, 0, 0, ITEM_TEXTSTYLE_… in CG_DrawOldScoreboard()
463 …nt ( x - CG_Text_Width ( s, 1.0f, FONT_MEDIUM ) / 2, y, 1.0f, colorWhite, s, 0, 0, ITEM_TEXTSTYLE_… in CG_DrawOldScoreboard()
471 …colorWhite, CG_GetStringEdString("MP_INGAME", "NAME"),0, 0, ITEM_TEXTSTYLE_OUTLINED, FONT_MEDIUM ); in CG_DrawOldScoreboard()
477 …CG_Text_Paint ( SB_SCORE_X, y, 1.0f, colorWhite, sWL, 0, 0, ITEM_TEXTSTYLE_OUTLINED, FONT_MEDIUM ); in CG_DrawOldScoreboard()
481 …lorWhite, CG_GetStringEdString("MP_INGAME", "SCORE"), 0, 0, ITEM_TEXTSTYLE_OUTLINED, FONT_MEDIUM ); in CG_DrawOldScoreboard()
483 …olorWhite, CG_GetStringEdString("MP_INGAME", "PING"), 0, 0, ITEM_TEXTSTYLE_OUTLINED, FONT_MEDIUM ); in CG_DrawOldScoreboard()
[all …]
H A Dcg_drawtools.c235 FONT_MEDIUM // iMenuFont in CG_DrawStringExt()
622 int iMenuFont = (style & UI_SMALLFONT) ? FONT_SMALL : FONT_MEDIUM; in CG_DrawProportionalString()
677 x -= CG_Text_Width(str, scale, FONT_MEDIUM) / 2; in CG_DrawScaledProportionalString()
683 x -= CG_Text_Width(str, scale, FONT_MEDIUM) / 2; in CG_DrawScaledProportionalString()
698 CG_Text_Paint(x, y, scale, color, str, 0, 0, iStyle, FONT_MEDIUM); in CG_DrawScaledProportionalString()
H A Dcg_newDraw.c418 CG_Text_Paint_Limit(&maxx, xx, y + text_y, scale, color, ci->name, 0, 0, FONT_MEDIUM); in CG_DrawNewTeamInfo()
428 CG_Text_Paint_Limit(&maxx, xx, y + text_y, scale, color, p, 0, 0, FONT_MEDIUM); in CG_DrawNewTeamInfo()
479 …tX, rect->y + rect->h - 3, scale, color, &cg.spectatorList[cg.spectatorOffset], 0, 0, FONT_MEDIUM); in CG_DrawTeamSpectators()
482 …aintX2, rect->y + rect->h - 3, scale, color, cg.spectatorList, 0, cg.spectatorOffset, FONT_MEDIUM); in CG_DrawTeamSpectators()
556 …ect->x + (rect->w - value) / 2, rect->y + rect->h + 10 , scale, color, text, 0, 0, 0, FONT_MEDIUM); in CG_DrawMedal()
/dports/games/warmux/warmux-11.04/src/menu/
H A Dreplay_menu.cpp47 Font::font_size_t fsize = (h<=480) ? Font::FONT_MEDIUM : Font::FONT_BIG; in ReplayMenu()
75 version_lbl = new Label(" ", w-10, Font::FONT_MEDIUM); in ReplayMenu()
80 date_lbl = new Label(" ", w-10, Font::FONT_MEDIUM); in ReplayMenu()
85 duration_lbl = new Label(" ", w-20, Font::FONT_MEDIUM); in ReplayMenu()
90 comment_lbl = new Label(" ", w-10, Font::FONT_MEDIUM); in ReplayMenu()
95 teams_lbox = new ScrollBox(Point2i(w-10, (9*size_y)/10 - 6*(fsize+Font::FONT_MEDIUM+5))); in ReplayMenu()
187 teams_lbox->AddWidget(new Label(info->GetTeams()[i].id, 0, Font::FONT_MEDIUM)); in ChangeReplay()
H A Dteam_box.cpp77 Font::FONT_MEDIUM, Font::FONT_BOLD); in TeamBox()
243 team_name->SetFont(dark_gray_color, Font::FONT_MEDIUM, Font::FONT_BOLD, false); in SetTeam()
253 team_name->SetFont(primary_red_color, Font::FONT_MEDIUM, Font::FONT_BOLD, true); in SetTeam()
H A Dmain_menu.cpp91 version_text = new Text(s, orange_color, Font::FONT_MEDIUM, Font::FONT_BOLD, true); in MainMenu()
94 website_text = new Text(s2, orange_color, Font::FONT_MEDIUM, Font::FONT_BOLD, true); in MainMenu()
H A Dresults_menu.cpp278 Font::font_size_t title = (small) ? Font::FONT_MEDIUM : Font::FONT_BIG; in ResultsMenu()
279 Font::font_size_t txt = (small) ? Font::FONT_SMALL : Font::FONT_MEDIUM; in ResultsMenu()
354 hbox2->AddWidget(new Label(_("Filename:"), LABEL_SIZE, Font::FONT_MEDIUM)); in ResultsMenu()
366 hbox2->AddWidget(new Label(_("Comment:"), LABEL_SIZE, Font::FONT_MEDIUM)); in ResultsMenu()
/dports/games/xrally/xrally/
H A Dmenu.c360 #define CH (text_height(FONT_MEDIUM))
413 text_rectangle(options[cnt], FONT_MEDIUM, &tmp_w, &tmp_h); in create_menu()
426 text_rectangle(info[cnt], FONT_MEDIUM, &tmp_w, &tmp_h); in create_menu()
447 …u_pixmap, 32 + 4 + 2, 4 + (text_height(FONT_MEDIUM)+PADDING)*cnt, options[cnt], get_color(COLOR_TE… in create_menu()
456 text(help_pixmap, 4, 4, info[currentOption], get_color(COLOR_TEXT), FONT_MEDIUM); in create_menu()
469 text(help_pixmap, 4, 4, info[currentOption], get_color(COLOR_TEXT), FONT_MEDIUM); in create_menu()
541 text(dbuffer(), 5, 179+30*(a%10), pos, get_color(COLOR_TEXT), FONT_MEDIUM); in displayHiscores()
545 text(dbuffer(), 5, 179+30*(a%10), pos, get_color("#BB0000"), FONT_MEDIUM); in displayHiscores()
648 text_rectangle(spl.info, FONT_MEDIUM, &desc_w, &desc_h); in update_splash()
654 text_rectangle(game_help, FONT_MEDIUM, &help_w, &help_h); in update_splash()
[all …]
/dports/graphics/lua-gd/lua-gd-2.0.33r2/demos/
H A Dtest2.lua7 im:string(gd.FONT_MEDIUM, 10, 10, "Powered by", white)
14 im:string(gd.FONT_MEDIUM, 10, 330, "http://lua-gd.luaforge.net/", white)
H A Dstdfont.lua11 im:string(gd.FONT_MEDIUM, 10, 35, "gd.FONT_MEDIUM", black)
H A Dcounter.lua27 im:string(gd.FONT_MEDIUM, 1, 1, cnt, black)
H A Dttftextex.lua43 im:string(gd.FONT_MEDIUM, 10, 340, fontpath, lblue)
/dports/games/warmux/warmux-11.04/src/gui/
H A Dspin_button_picture.cpp52 txt_value_black = new Text("", black_color, Font::FONT_MEDIUM, Font::FONT_BOLD, false); in SpinButtonWithPicture()
53 txt_value_white = new Text("", white_color, Font::FONT_MEDIUM, Font::FONT_BOLD, false); in SpinButtonWithPicture()
108 uint value_h = Font::GetInstance(Font::FONT_MEDIUM)->GetHeight(); in Draw()
H A Dcombo_box.cpp54 txt_value_black = new Text("", black_color, Font::FONT_MEDIUM, Font::FONT_BOLD, false); in ComboBox()
55 txt_value_white = new Text("", white_color, Font::FONT_MEDIUM, Font::FONT_BOLD, false); in ComboBox()
122 uint value_h = Font::GetInstance(Font::FONT_MEDIUM)->GetHeight(); in Draw()
H A Dgraph_canvas.cpp51 Font* font = Font::GetInstance(Font::FONT_MEDIUM, Font::FONT_BOLD); in SetAxis()
136 …surface.Blit(Font::GetInstance(Font::FONT_MEDIUM, Font::FONT_BOLD)->CreateSurface(buffer, black_co… in DrawGraph()
140 …surface.Blit(Font::GetInstance(Font::FONT_MEDIUM, Font::FONT_BOLD)->CreateSurface(buffer, black_co… in DrawGraph()
H A Dcontrol_config.cpp293 Font::FONT_MEDIUM, Font::FONT_NORMAL, in HeaderItem()
299 Font::FONT_MEDIUM, Font::FONT_NORMAL, in HeaderItem()
305 Font::FONT_MEDIUM, Font::FONT_NORMAL, in HeaderItem()
H A Dfile_list_box.cpp144 AddLabelItem(false, ANSIToUTF8(new_path, name), filename, Font::FONT_MEDIUM); in PopulateFileList()
161 Font::FONT_MEDIUM, Font::FONT_NORMAL, c_yellow); in PopulateFileList()
/dports/games/warmux/warmux-11.04/src/graphic/
H A Dfont.h52 FONT_MEDIUM = 16, enumerator
72 font_size_t size = FONT_MEDIUM, font_style_t style = FONT_BOLD);
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dxastir.h172 #define FONT_MEDIUM 4 macro
178 #define FONT_DEFAULT FONT_MEDIUM
/dports/games/irrlamb/irrlamb-1.0.1/src/states/
H A Dviewreplay.cpp438 Interface.RenderText("Time", X - Padding, Y, _Interface::ALIGN_RIGHT, _Interface::FONT_MEDIUM); in Draw()
440 Interface.RenderText(Buffer, X + Padding, Y, _Interface::ALIGN_LEFT, _Interface::FONT_MEDIUM); in Draw()
444 Interface.RenderText("Speed", X - Padding, Y, _Interface::ALIGN_RIGHT, _Interface::FONT_MEDIUM); in Draw()
446 Interface.RenderText(Buffer, X + Padding , Y, _Interface::ALIGN_LEFT, _Interface::FONT_MEDIUM); in Draw()
/dports/games/warmux/warmux-11.04/src/particles/
H A Dfading_text.cpp36 image = new Sprite(Font::GetInstance(Font::FONT_MEDIUM)->CreateSurface(text, Color(0, 255))); in FadingText()
/dports/games/xrally/xrally/debian/
H A Dchangelog10 * Adjusted FONT_MEDIUM size from 19 to 18
/dports/games/irrlamb/irrlamb-1.0.1/src/
H A Dinterface.cpp47 "fonts/Arimo-Regular.ttf", _Interface::FONT_MEDIUM, 48,
193 Text.Message->setOverrideFont(Interface.Fonts[_Interface::FONT_MEDIUM]); in SetText()
252 …TimeString, 20 * GetUIScale(), 15 * GetUIScale(), _Interface::ALIGN_LEFT, _Interface::FONT_MEDIUM); in RenderHUD()
263 …GetUIScale(), 140 * GetUIScale(), _Interface::ALIGN_RIGHT, _Interface::FONT_MEDIUM, LevelNameColor… in RenderHUD()
H A Dmenu.cpp1180 AddMenuText(Interface.GetPositionPercent(0.5, 0.35), L"Enter a name", _Interface::FONT_MEDIUM); in InitSaveReplay()
1310 …core::dimension2du NiceNameSize = Interface.Fonts[_Interface::FONT_MEDIUM]->getDimension(core::str… in Draw()
1335 … Interface.RenderText(NiceName.c_str(), X, Y, _Interface::ALIGN_CENTER, _Interface::FONT_MEDIUM); in Draw()
1402 Interface.RenderText("Level Locked", X, Y, _Interface::ALIGN_CENTER, _Interface::FONT_MEDIUM); in Draw()
1419 …core::dimension2du DescriptionSize = Interface.Fonts[_Interface::FONT_MEDIUM]->getDimension(core::… in Draw()
1445 …xt(ReplayInfo.Description.c_str(), X, Y, _Interface::ALIGN_CENTER, _Interface::FONT_MEDIUM, White); in Draw()
1460 …ext(ReplayInfo.FinishTime.c_str(), X, Y, _Interface::ALIGN_CENTER, _Interface::FONT_MEDIUM, Color); in Draw()
1497 …face.RenderText("Your Time", X - SidePadding, Y, _Interface::ALIGN_RIGHT, _Interface::FONT_MEDIUM); in DrawWinScreen()
1498 …erface.RenderText(TimeString, X + SidePadding, Y, _Interface::ALIGN_LEFT, _Interface::FONT_MEDIUM); in DrawWinScreen()
1503 …face.RenderText("Best Time", X - SidePadding, Y, _Interface::ALIGN_RIGHT, _Interface::FONT_MEDIUM); in DrawWinScreen()
[all …]
/dports/games/warmux/warmux-11.04/src/interface/
H A Dgame_msg.cpp82 Message * newMessage = new Message(message, color, Font::FONT_MEDIUM, in Add()

12