Home
last modified time | relevance | path

Searched refs:infoFont (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/upp/upp/bazaar/FTGL_Demo/
H A DFTGLCtrl.cpp260 if(infoFont->Error())
266 infoFont->FaceSize(18);
375 infoFont->Render("Edit Mode");
387 infoFont->Render("Bitmap Font");
391 infoFont->Render("Pixmap Font");
395 infoFont->Render("Outline Font");
399 infoFont->Render("Polygon Font");
407 infoFont->Render("Texture Font");
411 glRasterPos2f(20.0f , 20.0f + infoFont->Ascender() - infoFont->Descender());
417 glRasterPos2f(20.0f , 20.0f + 2*(infoFont->Ascender() - infoFont->Descender()));
[all …]
H A DFTGLMFontDemo.cpp99 static FTPixmapFont* infoFont; variable
198 if(infoFont->Error()) in setUpFonts()
204 infoFont->FaceSize(18); in setUpFonts()
320 infoFont->Render("Edit Mode"); in renderFontInfo()
331 infoFont->Render("Bitmap Font"); in renderFontInfo()
334 infoFont->Render("Pixmap Font"); in renderFontInfo()
337 infoFont->Render("Outline Font"); in renderFontInfo()
340 infoFont->Render("Polygon Font"); in renderFontInfo()
350 glRasterPos2f(20.0f , 20.0f + infoFont->Ascender() - infoFont->Descender()); in renderFontInfo()
351 infoFont->Render(fontfiles[GetFace()]); in renderFontInfo()
[all …]
H A DFTGLCtrl.h30 One<FTPixmapFont> infoFont; variable
/dports/graphics/ftgl/ftgl-2.4.0/demo/
H A DFTGLMFontDemo.cpp99 static FTPixmapFont* infoFont; variable
198 if(infoFont->Error()) in setUpFonts()
204 infoFont->FaceSize(18); in setUpFonts()
324 infoFont->Render("Edit Mode"); in renderFontInfo()
335 infoFont->Render("Bitmap Font"); in renderFontInfo()
338 infoFont->Render("Pixmap Font"); in renderFontInfo()
341 infoFont->Render("Outline Font"); in renderFontInfo()
344 infoFont->Render("Polygon Font"); in renderFontInfo()
354 glRasterPos2f(20.0f , 20.0f + infoFont->Ascender() - infoFont->Descender()); in renderFontInfo()
355 infoFont->Render(fontfiles[GetFace()]); in renderFontInfo()
[all …]
H A DFTGLDemo.cpp86 static FTPixmapFont* infoFont; variable
170 infoFont = new FTPixmapFont(file); in setUpFonts()
172 if(infoFont->Error()) in setUpFonts()
178 infoFont->FaceSize(18); in setUpFonts()
329 infoFont->Render("Edit Mode"); in renderFontInfo()
340 infoFont->Render("Bitmap Font"); in renderFontInfo()
343 infoFont->Render("Pixmap Font"); in renderFontInfo()
346 infoFont->Render("Outline Font"); in renderFontInfo()
358 infoFont->Render("Buffer Font"); in renderFontInfo()
365 infoFont->Render(tmpbuf.str().c_str()); in renderFontInfo()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/ftgl/demo/
H A DFTGLDemo.cpp75 static FTGLPixmapFont* infoFont; variable
245 infoFont->render("Edit Mode"); in do_display()
256 infoFont->render("Bitmap Font"); in do_display()
259 infoFont->render("Pixmap Font"); in do_display()
263 infoFont->render("Outline Font"); in do_display()
266 infoFont->render("Polygon Font"); in do_display()
274 infoFont->render("Texture Font"); in do_display()
279 glRasterPos2i( 20 , 20 + infoFont->Ascender() - infoFont->Descender()); in do_display()
280 infoFont->render(fontfile); in do_display()
346 infoFont = new FTGLPixmapFont; in myinit()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_footprint_properties.cpp113 wxFont infoFont = KIUI::GetInfoFont( this ); in DIALOG_FOOTPRINT_PROPERTIES() local
115 m_allow90Label->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES()
116 m_allow180Label->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES()
118 m_libraryIDLabel->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES()
119 m_tcLibraryID->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES()
121 infoFont.SetStyle( wxFONTSTYLE_ITALIC ); in DIALOG_FOOTPRINT_PROPERTIES()
122 m_staticTextInfoValNeg->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES()
123 m_staticTextInfoValPos->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES()
124 m_staticTextInfoCopper->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES()
125 m_staticTextInfoPaste->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES()
H A Ddialog_footprint_properties_fp_editor.cpp104 wxFont infoFont = KIUI::GetInfoFont( this ); in DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR() local
106 m_allow90Label->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR()
107 m_allow180Label->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR()
110 infoFont.SetStyle( wxFONTSTYLE_ITALIC ); in DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR()
111 m_staticTextInfoValNeg->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR()
112 m_staticTextInfoValPos->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR()
113 m_staticTextInfoCopper->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR()
114 m_staticTextInfoPaste->SetFont( infoFont ); in DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR()
H A Ddialog_pad_properties.cpp204 wxFont infoFont = KIUI::GetInfoFont( this ); in DIALOG_PAD_PROPERTIES() local
205 m_copperLayersLabel->SetFont( infoFont ); in DIALOG_PAD_PROPERTIES()
206 m_techLayersLabel->SetFont( infoFont ); in DIALOG_PAD_PROPERTIES()
207 m_parentInfo->SetFont( infoFont ); in DIALOG_PAD_PROPERTIES()
209 infoFont.SetStyle( wxFONTSTYLE_ITALIC ); in DIALOG_PAD_PROPERTIES()
210 m_nonCopperNote->SetFont( infoFont ); in DIALOG_PAD_PROPERTIES()
211 m_staticTextInfoPaste->SetFont( infoFont ); in DIALOG_PAD_PROPERTIES()
212 m_staticTextInfoNegVal->SetFont( infoFont ); in DIALOG_PAD_PROPERTIES()
213 m_staticTextInfoPosValue->SetFont( infoFont ); in DIALOG_PAD_PROPERTIES()
214 m_staticTextPrimitiveListWarning->SetFont( infoFont ); in DIALOG_PAD_PROPERTIES()
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/qml/
H A DComicInfoView.qml19 property font infoFont: Qt.font({
192 font: mainContainer.infoFont
201 font: mainContainer.infoFont
210 font: mainContainer.infoFont
219 font: mainContainer.infoFont
228 font: mainContainer.infoFont
236 font: mainContainer.infoFont
H A DGridComicsView.qml549 property font infoFont: Qt.font({
558 font: currentComicDetailsFlowView.infoFont
567 font: currentComicDetailsFlowView.infoFont
576 font: currentComicDetailsFlowView.infoFont
585 font: currentComicDetailsFlowView.infoFont
594 font: currentComicDetailsFlowView.infoFont
602 font: currentComicDetailsFlowView.infoFont
/dports/deskutils/syncthingtray/syncthingtray/plasmoid/lib/
H A Dsettingsdialog.cpp31 QFont infoFont(infoLabel->font()); in addPlasmoidSpecificNote() local
32 infoFont.setBold(true); in addPlasmoidSpecificNote()
33 infoLabel->setFont(infoFont); in addPlasmoidSpecificNote()
/dports/x11-clocks/p5-Tk-Clock/Tk-Clock-0.41/t/
H A D30_dual.t37 infoFont => "{Helvetica} 11 bold",
54 infoFont => "{DejaVu Sans} 10",
/dports/graphics/qcomicbook/QComicBook-0.9.1/src/
H A DComicBookSettings.h64 const QFont& infoFont() const;
94 void infoFont(const QFont &f);
H A DComicBookCfgDialog.cpp31 font = cfg->infoFont(); in ComicBookCfgDialog()
76 cfg->infoFont(font); in accept()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/widgets/
H A Dappearance_controls.cpp429 m_staticTextNets->SetFont( infoFont ); in APPEARANCE_CONTROLS()
431 m_panelLayers->SetFont( infoFont ); in APPEARANCE_CONTROLS()
432 m_windowLayers->SetFont( infoFont ); in APPEARANCE_CONTROLS()
433 m_windowObjects->SetFont( infoFont ); in APPEARANCE_CONTROLS()
434 m_presetsLabel->SetFont( infoFont ); in APPEARANCE_CONTROLS()
618 m_rbHighContrastDim->SetFont( infoFont ); in createControls()
625 m_rbHighContrastOff->SetFont( infoFont ); in createControls()
638 m_cbFlipBoard->SetFont( infoFont ); in createControls()
686 m_rbNetColorAll->SetFont( infoFont ); in createControls()
701 m_rbNetColorOff->SetFont( infoFont ); in createControls()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/
H A DPopupDialog.java309 private Font infoFont; field in PopupDialog
1444 infoFont = new Font(infoLabel.getDisplay(), fontDatas); in applyFonts()
1445 infoLabel.setFont(infoFont); in applyFonts()
1611 if (infoFont != null && !infoFont.isDisposed()) { in handleDispose()
1612 infoFont.dispose(); in handleDispose()
1614 infoFont = null; in handleDispose()
/dports/x11-fm/xcruise/xcruiser-0.30/
H A Dinfo.c275 w1 = scr->infoFont->max_bounds.width; in draw_information()
276 h1 = scr->infoFont->max_bounds.ascent + scr->infoFont->max_bounds.descent; in draw_information()
H A DMainScreeP.h78 XFontStruct* infoFont; member
/dports/deskutils/gworkspace/gworkspace-0.9.4/FSNode/
H A DFSNIcon.m157 NSFont *infoFont;
203 infoFont = [fmanager convertFont: lfont
205 infoFont = [fmanager convertFont: infoFont
209 [infolabel setFont: infoFont];
866 NSFont *infoFont;
870 infoFont = [fmanager convertFont: fontObj
872 infoFont = [fmanager convertFont: infoFont
875 [infolabel setFont: infoFont];
887 infoRect.size.height = [fsnodeRep heightOfFont: infoFont];
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/FSNode/
H A DFSNIcon.m157 NSFont *infoFont;
203 infoFont = [fmanager convertFont: lfont
205 infoFont = [fmanager convertFont: infoFont
209 [infolabel setFont: infoFont];
866 NSFont *infoFont;
870 infoFont = [fmanager convertFont: fontObj
872 infoFont = [fmanager convertFont: infoFont
875 [infolabel setFont: infoFont];
887 infoRect.size.height = [fsnodeRep heightOfFont: infoFont];
/dports/games/auralquiz/auralquiz-v1.0.0/src/
H A Dauralwindow.cpp395 QFont infoFont; in initPlayingScreen() local
396 infoFont.setPointSize(14); in initPlayingScreen()
397 infoFont.setBold(true); in initPlayingScreen()
398 infoFont.setItalic(true); in initPlayingScreen()
402 infoLabel->setFont(infoFont); in initPlayingScreen()
/dports/emulators/stella/stella-6.6/src/gui/
H A DStellaSettingsDialog.cxx37 const int iLineHeight = instance().frameBuffer().infoFont().getLineHeight();
131 const GUI::Font& ifont = instance().frameBuffer().infoFont(); in addVideoOptions()
184 const GUI::Font& ifont = instance().frameBuffer().infoFont(); in addGameOptions()
/dports/x11-clocks/p5-Tk-Clock/Tk-Clock-0.41/
H A DClock.pm51 infoFont => "fixed 6",
348 -font => $data->{infoFont},
533 $clock->itemconfigure ("info", -font => $data->{infoFont});
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/PlugIns/
H A DZoomPlugInCell.m91 NSFont* infoFont = [NSFont systemFontOfSize: 11];
95 infoFont, NSFontAttributeName,

12