/dports/audio/gogglesmm/gogglesmm-1.2.2/src/ |
H A D | GMApp.cpp | 123 FXFontDesc fontdescription = getNormalFont()->getFontDesc(); in create() 130 fontdescription = getNormalFont()->getFontDesc(); in create() 137 fontdescription = getNormalFont()->getFontDesc(); in create() 143 fontdescription = getNormalFont()->getFontDesc(); in create() 153 getNormalFont()->destroy(); in setFont() 154 getNormalFont()->setFontDesc(fnt); in setFont() 155 getNormalFont()->create(); in setFont() 164 fontdescription = getNormalFont()->getFontDesc(); in setFont() 172 fontdescription = getNormalFont()->getFontDesc(); in setFont() 180 fontdescription = getNormalFont()->getFontDesc(); in setFont() [all …]
|
H A D | GMAbout.cpp | 63 FXFontDesc fontdescription = getApp()->getNormalFont()->getFontDesc(); in setup() 69 fontdescription = getApp()->getNormalFont()->getFontDesc(); in setup()
|
/dports/games/scorched3d/scorched/src/client/dialogs/ |
H A D | StartDialog.cpp | 109 GLWFont::instance()->getNormalFont()->draw( in draw() 114 GLWFont::instance()->getNormalFont()->getWidth( in draw() 125 GLWFont::instance()->getNormalFont()->draw( in draw()
|
/dports/irc/dxirc/dxirc-1.40.0/fox/tabitems/ |
H A D | tetristabitem.cpp | 427 dc.setFont(getApp()->getNormalFont()); in drawLines() 428 dc.drawText(2, getApp()->getNormalFont()->getFontHeight()+2, _("Keys for playing:")); in drawLines() 429 dc.drawText(2, 2*(getApp()->getNormalFont()->getFontHeight()+2), _("n .. new game")); in drawLines() 430 dc.drawText(2, 3*(getApp()->getNormalFont()->getFontHeight()+2), _("p .. pause game")); in drawLines() 431 dc.drawText(2, 4*(getApp()->getNormalFont()->getFontHeight()+2), _("i .. rotate piece")); in drawLines() 432 … dc.drawText(2, 5*(getApp()->getNormalFont()->getFontHeight()+2), _("l .. move piece right")); in drawLines() 433 dc.drawText(2, 6*(getApp()->getNormalFont()->getFontHeight()+2), _("k .. drop piece")); in drawLines() 434 dc.drawText(2, 7*(getApp()->getNormalFont()->getFontHeight()+2), _("j .. move piece left")); in drawLines()
|
/dports/games/qonk/qonk-0.3.1/src/ui/ |
H A D | menu.cpp | 114 entries->at(selected)->getWidget()->setFont(menuSystem->getNormalFont()); in up() 125 entries->at(selected)->getWidget()->setFont(menuSystem->getNormalFont()); in down() 140 entries->at(selected)->getWidget()->setFont(menuSystem->getNormalFont()); in cancel()
|
H A D | menusystem.h | 84 gcn::ImageFont *getNormalFont();
|
H A D | menusystem.cpp | 102 MenuSystem::getNormalFont() in getNormalFont() function in MenuSystem
|
/dports/irc/dxirc/dxirc-1.40.0/fox/dialogs/ |
H A D | aboutdialog.cpp | 50 getApp()->getNormalFont()->getFontDesc(fontdescription); in FXIMPLEMENT() 55 getApp()->getNormalFont()->getFontDesc(fontdescription); in FXIMPLEMENT()
|
/dports/editors/fxite/fxite-FXITE-0_92/src/ |
H A D | theme.cpp | 97 a->getNormalFont()->destroy(); in RegToApp() 98 a->getNormalFont()->setFont(current_font); in RegToApp() 99 a->getNormalFont()->create(); in RegToApp() 100 current_font=GetActualFont(a->getNormalFont()); in RegToApp() 121 a->reg().writeStringEntry(colors_sect,"Font", GetActualFont(a->getNormalFont()).text()); in AppToReg() 362 FXFont *fnt=FXApp::instance()->getNormalFont(); in init() 733 if (getApp()->getNormalFont()->getFont()!=fontname) { in SetFont() 735 getApp()->getNormalFont()->destroy(); in SetFont() 736 getApp()->getNormalFont()->setFont(fontname); in SetFont() 737 getApp()->getNormalFont()->create(); in SetFont()
|
/dports/games/scorched3d/scorched/src/client/GLW/ |
H A D | GLWFont.h | 37 GLFont2d *getNormalFont() { return normalFont_; } in getNormalFont() function
|
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/ |
H A D | FXTextParamValue.cpp | 64 textFont(getApp()->getNormalFont()) in FXIMPLEMENT() 94 textFont(getApp()->getNormalFont()) in FXTextParamValue()
|
H A D | FXCheckBoxParamValue.cpp | 49 textFont(getApp()->getNormalFont()) in FXIMPLEMENT()
|
H A D | CMetersWindow.cpp | 87 statusFont(getApp()->getNormalFont()), in CLevelMeter() 332 statusFont(getApp()->getNormalFont()), in CBalanceMeter() 487 statusFont(getApp()->getNormalFont()), in CStereoPhaseMeter() 741 statusFont(getApp()->getNormalFont()), in CAnalyzer() 835 dc.compat_setFont(getApp()->getNormalFont()); in onCanvasPaint() 1051 statusFont(getApp()->getNormalFont()), in FXIMPLEMENT()
|
H A D | FXComboTextParamValue.cpp | 59 textFont(getApp()->getNormalFont())
|
H A D | FXDiskEntityParamValue.cpp | 66 textFont(getApp()->getNormalFont()) in FXIMPLEMENT()
|
H A D | FXLFOParamValue.cpp | 82 textFont(getApp()->getNormalFont()), in FXIMPLEMENT()
|
/dports/x11-wm/icewm/icewm-2.9.4/src/ |
H A D | ybutton.h | 57 virtual YFont getNormalFont();
|
H A D | atasks.cc | 592 (getNormalFont() != null) ? getNormalFont()->height() : 0; in maxHeight() 601 font = getNormalFont(); in getFont() 605 YFont TaskButton::getNormalFont() { in getNormalFont() function in TaskButton
|
H A D | atasks.h | 109 static YFont getNormalFont();
|
/dports/x11-toolkits/fox17/fox-1.7.77/chart/ |
H A D | FXAxis.cpp | 44 labelfont=chart->getApp()->getNormalFont(); in FXAxis() 45 numberfont=chart->getApp()->getNormalFont(); in FXAxis()
|
/dports/x11/xterm/xterm-370/ |
H A D | fontutils.h | 44 extern XTermFonts * getNormalFont (TScreen * /* screen */, int /* which */);
|
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/ |
H A D | FXDockTitle.cpp | 79 font=getApp()->getNormalFont(); in FXDockTitle()
|
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/ |
H A D | FXStatusLine.cpp | 84 font=getApp()->getNormalFont(); in FXStatusLine()
|
H A D | FXDockTitle.cpp | 81 font=getApp()->getNormalFont(); in FXDockTitle()
|
/dports/x11-toolkits/fox16/fox-1.6.57/src/ |
H A D | FXDockTitle.cpp | 79 font=getApp()->getNormalFont(); in FXDockTitle()
|