Home
last modified time | relevance | path

Searched refs:SmallFont (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/games/openbve/OpenBVE-1.8.2.1/source/ObjectViewer/Graphics/
H A DNewRendererS.cs261 Keys.Render(4, 4, 20, Fonts.SmallFont, keys); in RenderOverlays()
268 Keys.Render(4, 64, 20, Fonts.SmallFont, new[] { new[] { "F9" } }); in RenderOverlays()
282 Keys.Render(4, 64, 20, Fonts.SmallFont, new[] { new[] { "F9" } }); in RenderOverlays()
300 Keys.Render(4, 4, 24, Fonts.SmallFont, keys); in RenderOverlays()
308 Keys.Render(Screen.Width - 20, 4, 16, Fonts.SmallFont, keys); in RenderOverlays()
310 Keys.Render(Screen.Width - 36, 124, 32, Fonts.SmallFont, keys); in RenderOverlays()
312 Keys.Render(Screen.Width - 20, 144, 16, Fonts.SmallFont, keys); in RenderOverlays()
323 Keys.Render(4, Screen.Height - 40, 16, Fonts.SmallFont, keys); in RenderOverlays()
329 Keys.Render(Screen.Width - 60, Screen.Height - 60, 16, Fonts.SmallFont, keys); in RenderOverlays()
333 Keys.Render(4, 112, 20, Fonts.SmallFont, new[] { new[] { "F9" } }); in RenderOverlays()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteViewer/
H A DNewRendererR.cs501 Keys.Render(4, 4, 20, Fonts.SmallFont, keys); in RenderOverlays()
510 Keys.Render(4, 4, 24, Fonts.SmallFont, keys); in RenderOverlays()
516 Keys.Render(Screen.Width - 20, 4, 16, Fonts.SmallFont, keys); in RenderOverlays()
526 Keys.Render(Screen.Width - 32, 104, 30, Fonts.SmallFont, keys); in RenderOverlays()
529 Keys.Render(Screen.Width - 20, 124, 16, Fonts.SmallFont, keys); in RenderOverlays()
532 Keys.Render(4, Screen.Height - 40, 16, Fonts.SmallFont, keys); in RenderOverlays()
535 Keys.Render(0 * Screen.Width - 48, Screen.Height - 40, 16, Fonts.SmallFont, keys); in RenderOverlays()
538 Keys.Render((int)(0.5 * Screen.Width + 32), Screen.Height - 40, 24, Fonts.SmallFont, keys); in RenderOverlays()
541 Keys.Render(Screen.Width - 60, Screen.Height - 100, 16, Fonts.SmallFont, keys); in RenderOverlays()
637 Keys.Render(4, 72, 24, Fonts.SmallFont, keys); in RenderOverlays()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_debug.cpp195 US_Print(SmallFont, " Border texture: "); in DebugKeys()
218 US_Print (SmallFont, actorCount); in DebugKeys()
296 US_Print(SmallFont, " Give Key (#): "); in DebugKeys()
384 US_Print(SmallFont, " Slow Motion steps (default 14): "); in DebugKeys()
411 US_Print(SmallFont, " Add how many extra VBLs(0-8): "); in DebugKeys()
426 US_Print(SmallFont, " Warp to which level: "); in DebugKeys()
463 US_Print (SmallFont, summon ? "Summon: " : "Give: "); in DebugKeys()
495 US_Print(SmallFont, " Recalculate sky with seek: "); in DebugKeys()
498 US_Print(SmallFont, "\n Use color map (0-"); in DebugKeys()
500 US_Print(SmallFont, "): "); in DebugKeys()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dhu_scores.cpp188 maxnamewidth = SmallFont->StringWidth("Name"); in HU_GetPlayerWidths()
196 int width = SmallFont->StringWidth(players[i].userinfo.GetName()); in HU_GetPlayerWidths()
250 height = SmallFont->GetHeight() * CleanYfac; in HU_DoDrawScores()
319 col2 = (SmallFont->StringWidth(text_color) + 8) * CleanXfac; in HU_DoDrawScores()
320 col3 = col2 + (SmallFont->StringWidth(text_frags) + 8) * CleanXfac; in HU_DoDrawScores()
325 screen->DrawText (SmallFont, color, x, y, text_color, in HU_DoDrawScores()
328 screen->DrawText (SmallFont, color, x + col2, y, text_frags, in HU_DoDrawScores()
331 screen->DrawText (SmallFont, color, x + col4, y, text_name, in HU_DoDrawScores()
334 screen->DrawText(SmallFont, color, x + col5, y, text_delay, in HU_DoDrawScores()
378 screen->DrawText (SmallFont, CR_GREY, SCREENWIDTH/2 - SmallFont->StringWidth (str)/2*CleanXfac, in HU_DrawTimeRemaining()
[all …]
H A Dwi_stuff.cpp1383 height = SmallFont->GetHeight() * CleanYfac; in WI_drawDeathmatchStats()
1394 …frags_x = name_x + (maxnamewidth + MAX(SmallFont->StringWidth("XXXXX"), SmallFont->StringWidth(tex… in WI_drawDeathmatchStats()
1406 …screen->DrawText(SmallFont, color, frags_x - SmallFont->StringWidth(text_frags)*CleanXfac, y, text… in WI_drawDeathmatchStats()
1459 WI_drawNum(SmallFont, frags_x, y, total_frags, 0, false, color); in WI_drawDeathmatchStats()
1462 WI_drawNum(SmallFont, deaths_x, y, total_deaths, 0, false, color); in WI_drawDeathmatchStats()
1692 height = SmallFont->GetHeight() * CleanYfac; in WI_drawNetgameStats()
1703 …kills_x = name_x + (maxnamewidth + MAX(SmallFont->StringWidth("XXXXX"), SmallFont->StringWidth(tex… in WI_drawNetgameStats()
1717 …screen->DrawText(SmallFont, color, kills_x - SmallFont->StringWidth(text_kills)*CleanXfac, y, text… in WI_drawNetgameStats()
1785 WI_drawNum(SmallFont, kills_x, y, wbs->maxkills, 0, false, color); in WI_drawNetgameStats()
1788 WI_drawNum(SmallFont, bonus_x, y, wbs->maxitems, 0, false, color); in WI_drawNetgameStats()
[all …]
H A Dct_chat.cpp243 promptwidth = SmallFont->StringWidth (prompt) * scalex; in CT_Drawer()
244 x = SmallFont->GetCharWidth ('_') * scalex * 2 + promptwidth; in CT_Drawer()
250 x += SmallFont->GetCharWidth (ChatQueue[i] & 0x7f) * scalex; in CT_Drawer()
263 ChatQueue[len] = SmallFont->GetCursor(); in CT_Drawer()
267 screen->DrawText (SmallFont, CR_GREEN, 0, y, prompt, DTA_CleanNoMove, *con_scaletext, TAG_DONE); in CT_Drawer()
268 …screen->DrawText (SmallFont, CR_GREY, promptwidth, y, (char *)(ChatQueue + i), DTA_CleanNoMove, *c… in CT_Drawer()
272 screen->DrawText (SmallFont, CR_GREEN, 0, y, prompt, in CT_Drawer()
274 screen->DrawText (SmallFont, CR_GREY, promptwidth, y, (char *)(ChatQueue + i), in CT_Drawer()
H A Ds_sound.cpp161 screen->DrawText (SmallFont, CR_GOLD, 70, y, "x", TAG_DONE); in S_NoiseDebug()
162 screen->DrawText (SmallFont, CR_GOLD, 120, y, "y", TAG_DONE); in S_NoiseDebug()
163 screen->DrawText (SmallFont, CR_GOLD, 170, y, "z", TAG_DONE); in S_NoiseDebug()
196 screen->DrawText (SmallFont, color, 0, y, temp, TAG_DONE); in S_NoiseDebug()
209 screen->DrawText(SmallFont, color, 70, y, temp, TAG_DONE); in S_NoiseDebug()
233 screen->DrawText(SmallFont, color, 220, y, temp, TAG_DONE); in S_NoiseDebug()
237 screen->DrawText(SmallFont, color, 300, y, temp, TAG_DONE); in S_NoiseDebug()
241 screen->DrawText(SmallFont, color, 340, y, temp, TAG_DONE); in S_NoiseDebug()
254 screen->DrawText(SmallFont, color, 380, y, temp, TAG_DONE); in S_NoiseDebug()
258 screen->DrawText(SmallFont, color, 460, y, temp, TAG_DONE); in S_NoiseDebug()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/menu/
H A Dmenuinput.cpp118 …(mSizeMode == 2/*entering player name*/ || (size_t)SmallFont->StringWidth(mEnterString) < (mEnterS… in Responder()
276 …(mSizeMode == 2/*entering player name*/ || (size_t)SmallFont->StringWidth(mEnterString) < (mEnterS… in MenuEvent()
304 const int top_padding = cell_height / 2 - SmallFont->GetHeight() * CleanYfac / 2; in Drawer()
332 FTexture *pic = SmallFont->GetChar(ch, &width); in Drawer()
338 remap = SmallFont->GetColorTranslation(color); in Drawer()
354 const int y2 = y1 + SmallFont->GetHeight() * CleanYfac; in Drawer()
366 screen->DrawText(SmallFont, color, in Drawer()
367 xx + cell_width/2 - SmallFont->StringWidth(str)*CleanXfac/2, in Drawer()
H A Dmessagebox.cpp89 int mr1 = 170 + SmallFont->StringWidth(GStrings["TXT_YES"]); in IMPLEMENT_CLASS()
90 int mr2 = 170 + SmallFont->StringWidth(GStrings["TXT_NO"]); in IMPLEMENT_CLASS()
108 mMessage = V_BreakLines(SmallFont, 300, message); in Init()
181 int fontheight = SmallFont->GetHeight(); in Drawer()
190 y -= SmallFont->GetHeight () / 2; in Drawer()
194 screen->DrawText (SmallFont, CR_UNTRANSLATED, 160 - mMessage[i].Width/2, y, mMessage[i].Text, in Drawer()
204 screen->DrawText(SmallFont, in Drawer()
207 screen->DrawText(SmallFont, in Drawer()
322 int fh = SmallFont->GetHeight() + 1; in MouseEvent()
H A Dloadsavemenu.cpp401 rowHeight = (SmallFont->GetHeight() + 1) * CleanYfac; in DLoadSaveMenu()
581 const int textlen = SmallFont->StringWidth (text)*CleanXfac; in Drawer()
599 screen->DrawText (SmallFont, CR_GOLD, commentLeft, commentTop in Drawer()
600 + SmallFont->GetHeight()*i*CleanYfac, SaveComment[i].Text, in Drawer()
612 const int textlen = SmallFont->StringWidth (text)*CleanXfac; in Drawer()
649 screen->DrawText (SmallFont, color, in Drawer()
655 screen->DrawText (SmallFont, CR_WHITE, in Drawer()
659 char curs[2] = { SmallFont->GetCursor(), 0 }; in Drawer()
660 screen->DrawText (SmallFont, CR_WHITE, in Drawer()
661 listboxLeft+1+SmallFont->StringWidth (savegamestring)*CleanXfac, in Drawer()
[all …]
H A Doptionmenu.cpp436 int lastrow = screen->GetHeight() - SmallFont->GetHeight() * CleanYfac_1; in Drawer()
512 return SmallFont->StringWidth(label); in GetIndent()
523 int w = SmallFont->StringWidth(label) * CleanXfac_1; in drawLabel()
526 …screen->DrawText (SmallFont, color, x, y, label, DTA_CleanNoMove_1, true, DTA_ColorOverlay, overla… in drawLabel()
577 screen->DrawText (SmallFont, OptionSettings.mFontColorValue, in Drawer()
578 (screen->GetWidth() - SmallFont->StringWidth (text) * CleanXfac_1) / 2, 0, text, in Drawer()
599 screen->DrawText (SmallFont, OptionSettings.mFontColorValue, in Drawer()
600 (screen->GetWidth() - SmallFont->StringWidth (text) * CleanXfac_1) / 2, 0, text, in Drawer()
H A Dplayermenu.cpp142 screen->Clear(x, y, x + len, y + SmallFont->GetHeight() * 3/2, -1, 0); in DrawBorder()
173 mEditName[l] = SmallFont->GetCursor(); in Drawer()
176 screen->DrawText (SmallFont, CR_UNTRANSLATED, x + mFrameSize, mYpos, mEditName, in Drawer()
425 int slide_left = SmallFont->StringWidth ("Green") + 8 + mXpos; in MouseEvent()
486 int x = SmallFont->StringWidth ("Green") + 8 + mXpos; in Drawer()
487 int x2 = SmallFont->StringWidth (text) + 8 + mXpos; in Drawer()
1144 screen->DrawText (SmallFont, CR_GOLD, 320 - 32 - 32 - in Drawer()
1145 SmallFont->StringWidth (str)/2, in Drawer()
1149 screen->DrawText (SmallFont, CR_GOLD, 320 - 32 - 32 - in Drawer()
1150 SmallFont->StringWidth (str)/2, in Drawer()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Dshared_hud.cpp224 y -= SmallFont->GetHeight()-1; in DrawStatLine()
225 screen->DrawText(SmallFont, hudcolor_statnames, x, y, prefix, in DrawStatLine()
229 screen->DrawText(SmallFont, hudcolor_stats, x+statspace, y, string, in DrawStatLine()
825 int h = SmallFont->GetHeight()+1; in DrawCoordinates()
842 int xpos = vwidth - SmallFont->StringWidth("X: -00000")-6; in DrawCoordinates()
846 screen->DrawText(SmallFont, hudcolor_xyco, xpos, ypos, coordstr, in DrawCoordinates()
851 screen->DrawText(SmallFont, hudcolor_xyco, xpos, ypos+h, coordstr, in DrawCoordinates()
934 const int height = SmallFont->GetHeight(); in DrawTime()
1077 int length=8*SmallFont->GetCharWidth('0'); in DrawHUD()
1078 int fonth=SmallFont->GetHeight()+1; in DrawHUD()
[all …]
H A Dshared_sbar.cpp1256 int height = SmallFont->GetHeight(); in Draw()
1277 xpos = vwidth - SmallFont->StringWidth("X: -00000")-6; in Draw()
1315 height = SmallFont->GetHeight () * CleanYfac; in Draw()
1369 screen->DrawText (SmallFont, highlight, in Draw()
1382 screen->DrawText (SmallFont, highlight, 8, y, line, in Draw()
1392 screen->DrawText (SmallFont, highlight, 8, y, line, in Draw()
1402 screen->DrawText (SmallFont, highlight, 8, y, line, in Draw()
1466 y += SmallFont->GetHeight ()+1; in DrawLog()
1536 const int yshift = SmallFont->GetHeight(); in DrawPowerups()
1614 screen->DrawText (SmallFont, CR_GREEN, in DrawConsistancy()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/LibRender2/Text/
H A DFonts.cs16 public readonly OpenGlFont SmallFont; field in LibRender2.Text.Fonts
42 return SmallFont; in NextSmallestFont()
66 SmallFont = new OpenGlFont(uiFont, 12.0f); in Fonts()
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Graphics/Renderers/
H A DOverlays.Debug.cs48 …renderer.OpenGlString.Draw(renderer.Fonts.SmallFont, t, new Vector2(2, renderer.Screen.Height - 46… in RenderDebugOverlays()
79 …renderer.OpenGlString.Draw(renderer.Fonts.SmallFont, t, new Vector2(2, renderer.Screen.Height - 32… in RenderDebugOverlays()
207 Vector2 size = renderer.Fonts.SmallFont.MeasureString(text); in RenderDebugOverlays()
209 …renderer.OpenGlString.Draw(renderer.Fonts.SmallFont, text, new Vector2(x + 3, y), TextAlignment.To… in RenderDebugOverlays()
213 …renderer.OpenGlString.Draw(renderer.Fonts.SmallFont, Lines[i], new Vector2(x, y), TextAlignment.To… in RenderDebugOverlays()
260 Vector2 size = renderer.Fonts.SmallFont.MeasureString(text); in RenderATSDebugOverlay()
262 …renderer.OpenGlString.Draw(renderer.Fonts.SmallFont, text, new Vector2(x + 3, y), TextAlignment.To… in RenderATSDebugOverlay()
266 …renderer.OpenGlString.Draw(renderer.Fonts.SmallFont, Lines[i], new Vector2(x, y), TextAlignment.To… in RenderATSDebugOverlay()
295 …renderer.OpenGlString.Draw(renderer.Fonts.SmallFont, "Brake pipe", new Vector2(x, oy - 16), TextAl… in RenderBrakeSystemDebug()
322 …renderer.OpenGlString.Draw(renderer.Fonts.SmallFont, "Brake cylinder", new Vector2(x, oy - 16), Te… in RenderBrakeSystemDebug()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/g_strife/
H A Da_alienspectres.cpp114 C_MidPrint(SmallFont, GStrings("TXT_KILLED_BISHOP")); in DEFINE_ACTION_FUNCTION()
121 C_MidPrint(SmallFont, GStrings("TXT_KILLED_ORACLE")); in DEFINE_ACTION_FUNCTION()
152 C_MidPrint(SmallFont, GStrings("TXT_KILLED_MACIL")); in DEFINE_ACTION_FUNCTION()
165 C_MidPrint(SmallFont, GStrings("TXT_KILLED_LOREMASTER")); in DEFINE_ACTION_FUNCTION()
/dports/chinese/enscript/enscript-1.6.6/lib/
H A Da2ps.hdr36 /SmallFont /helvetica-encoded findfont 10 scalefont def
46 SmallFont setfont
52 SmallFont setfont
56 SmallFont setfont
/dports/print/enscript-a4/enscript-1.6.6/lib/
H A Da2ps.hdr36 /SmallFont /helvetica-encoded findfont 10 scalefont def
46 SmallFont setfont
52 SmallFont setfont
56 SmallFont setfont
/dports/print/enscript-letter/enscript-1.6.6/lib/
H A Da2ps.hdr36 /SmallFont /helvetica-encoded findfont 10 scalefont def
46 SmallFont setfont
52 SmallFont setfont
56 SmallFont setfont
/dports/print/enscript-letterdj/enscript-1.6.6/lib/
H A Da2ps.hdr36 /SmallFont /helvetica-encoded findfont 10 scalefont def
46 SmallFont setfont
52 SmallFont setfont
56 SmallFont setfont
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/themes/migo/modules/
H A Dfonts25 FuncFvwmSetFont-ModuleSmall FvwmPager-Single SmallFont \
27 FuncFvwmSetFont-ModuleSmall FvwmPager-Desker SmallFont \
29 FuncFvwmSetFont-ModuleSmall FvwmPager-Compact SmallFont \
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/themes/cde/modules/
H A Dfonts6 FuncFvwmSetFont-ModuleSmall FvwmPager-Single SmallFont \
8 FuncFvwmSetFont-ModuleSmall FvwmPager-Desker SmallFont \
/dports/x11-themes/fvwm-themes/fvwm-themes-extra-0.7.0/blackbox/modules/
H A Dfonts9 FuncFvwmSetFont-ModuleSmall FvwmPager-Single SmallFont \
11 FuncFvwmSetFont-ModuleSmall FvwmPager-Desker SmallFont \
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/themes/luthien/modules/
H A Dfonts9 FuncFvwmSetFont-ModuleSmall FvwmPager-Single SmallFont \
11 FuncFvwmSetFont-ModuleSmall FvwmPager-Desker SmallFont \

1234567891011