Home
last modified time | relevance | path

Searched refs:activeFont (Results 1 – 25 of 111) sorted by relevance

12345

/dports/games/spring/spring_98.0/cont/LuaUI/
H A Dfonts.lua61 local activeFont = nil
227 local specs = activeFont.specs
258 return activeFont.specs.height
298 glTexture(activeFont.image)
427 activeFont = font
433 activeFont = font
443 activeFont = defaultFont
448 local tmpFont = activeFont
451 defaultFont = activeFont
453 activeFont = tmpFont
[all …]
/dports/lang/seed7/seed7/lib/
H A Dpixmapfont.s7i31 const type: activeFont is sub object interface;
33 const func font: (in activeFont: actFont).baseFont is DYNAMIC;
34 const varfunc font: (inout activeFont: actFont).baseFont is DYNAMIC;
35 const func pixmapHashType: (in activeFont: actFont).pixmap is DYNAMIC;
64 type_implements_interface(pixmapFontType, activeFont);
66 const activeFont: (attr activeFont).value is pixmapFontType.value;
73 inout activeFont: actFont, in char: ch) is DYNAMIC;
128 const type: fontCacheType is hash [fontKeyType] activeFont;
155 const func activeFont: getFont (in font: baseFont, in integer: fontSize,
158 var activeFont: selectedFont is activeFont.value;
[all …]
H A Dpixmap_file.s7i43 var activeFont: font is activeFont.value;
420 var activeFont: font is activeFont.value;
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DDeviceContext.cpp90 activeFont = &fonts[num]; in SetFont()
92 activeFont = &fonts[0]; in SetFont()
104 activeFont = &fonts[0]; in Init()
154 activeFont = NULL; in Clear()
735 useFont = &activeFont->fontInfoSmall; in SetFontByScale()
736 activeFont->maxHeight = activeFont->maxHeightSmall; in SetFontByScale()
737 activeFont->maxWidth = activeFont->maxWidthSmall; in SetFontByScale()
740 activeFont->maxHeight = activeFont->maxHeightMedium; in SetFontByScale()
741 activeFont->maxWidth = activeFont->maxWidthMedium; in SetFontByScale()
744 activeFont->maxHeight = activeFont->maxHeightLarge; in SetFontByScale()
[all …]
H A DDeviceContext.h150 fontInfoEx_t *activeFont; variable
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DText.cpp90 osgText::Font* activeFont = getActiveFont(); in createStateSet() local
91 if (!activeFont) return 0; in createStateSet()
93 osgText::Font::StateSets& statesets = activeFont->getCachedStateSets(); in createStateSet()
145 ss << float(activeFont->getTextureWidthHint()); in createStateSet()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dui.c52 Font *activeFont; member
110 ui_context.activeFont = NULL; in ui_end()
309 return ( NULL != ui_context.activeFont ) ? ui_context.activeFont : ui_context.defaultFont; in ui_getFont()
315 ui_context.activeFont = font; in ui_setFont()
317 return ui_context.activeFont; in ui_setFont()
877 if ( NULL == ui_context.activeFont || old_defaultFont == ui_context.activeFont ) in ui_set_virtual_screen()
879 ui_context.activeFont = ui_context.defaultFont; in ui_set_virtual_screen()
/dports/devel/flexdock/flexdock-1.2.4/src/java/plaf/org/flexdock/plaf/theme/
H A DTitlebarUI.java54 protected Color activeFont; field in TitlebarUI
244 Color c = active ? activeFont : inactiveFont; in getFontColor()
290 return activeFont; in getActiveFont()
297 public void setActiveFont(Color activeFont) { in setActiveFont() argument
298 this.activeFont = activeFont; in setActiveFont()
/dports/print/fontforge/fontforge-20201107/tests/
H A Dtest0001.py33 fontforge.activeFont()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dgate_painter.c220 PangoFont *activeFont; member
446 pango_font_describe(gCont->activeFont)); in GatePainterPangoXft_drawString_new()
636 self->activeFont = _GatePainterPangoXftContext_addFont(self, &font); in GatePainterPangoXftContext_setFont()
637 assert(self->activeFont); in GatePainterPangoXftContext_setFont()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/globals/
H A DProjectTreeControllerModeSettings.h100 QFont activeFont; variable
/dports/x11/kf5-frameworkintegration/frameworkintegration-5.89.0/autotests/
H A Dkdeplatformtheme_kdeglobals107 activeFont=OxyActiveTest,9,-1,5,50,0,0,0,0,0
/dports/x11/plasma5-plasma-integration/plasma-integration-5.23.5/autotests/
H A Dkdeplatformtheme_changed_kdeglobals106 activeFont=ChangedActiveTest,9,-1,5,50,0,0,0,0,0
H A Dkdeplatformtheme_kdeglobals107 activeFont=OxyActiveTest,9,-1,5,50,0,0,0,0,0
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/fonts/package/contents/ui/
H A Dmain.qml91 || !kcm.fontsSettings.isImmutable("activeFont")
157 category: "activeFont"
158 font: kcm.fontsSettings.activeFont
162 settingName: "activeFont"
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMTrackList.h140 FXFont *activeFont; variable
425 FXFont* getActiveFont() const { return activeFont; } in getActiveFont()
H A DGMTrackList.cpp142 activeFont=(FXFont*)-1L; in FXIMPLEMENT()
179 activeFont=font; in GMTrackList()
938 dc.setFont(activeFont); in onPaint()
1924 if(activeFont!=fnt){ in setActiveFont()
1925 activeFont=fnt; in setActiveFont()
2053 activeFont=(FXFont*)-1L; in ~GMTrackList()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/kdecorations/aurorae/src/
H A Ddecorationoptions.h54 const QColor &activeFont() const { in activeFont() function
H A Ddecorationoptions.cpp74 return m_active ? m_colors.activeFont() : m_colors.inactiveFont(); in fontColor()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/
H A DText.cpp99 Font* activeFont = getActiveFont(); in createStateSet() local
100 if (!activeFont) return 0; in createStateSet()
102 Font::StateSets& statesets = activeFont->getCachedStateSets(); in createStateSet()
155 ss << float(activeFont->getTextureWidthHint()); in createStateSet()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/fonts/
H A Dfonts.cpp194 … fontsSettings()->setActiveFont(applyFontDiff(fontsSettings()->activeFont(), font, fontDiffFlags)); in adjustAllFonts()
/dports/games/iortcw/iortcw-1.51c/MP/code/ui/
H A Dui_main.c438 uiInfo.activeFont = font; in Text_SetActiveFont()
451 if ( uiInfo.activeFont == UI_FONT_DEFAULT ) { in Text_Width()
458 switch ( uiInfo.activeFont ) { in Text_Width()
551 if ( uiInfo.activeFont == UI_FONT_DEFAULT ) { in Text_Paint()
558 switch ( uiInfo.activeFont ) { in Text_Paint()
656 if ( uiInfo.activeFont == UI_FONT_DEFAULT ) { in Text_AutoWrap_Paint_Chunk()
663 switch ( uiInfo.activeFont ) { in Text_AutoWrap_Paint_Chunk()
816 if ( uiInfo.activeFont == UI_FONT_DEFAULT ) { in Text_PaintWithCursor()
823 switch ( uiInfo.activeFont ) { in Text_PaintWithCursor()
939 if ( uiInfo.activeFont == UI_FONT_DEFAULT ) { in Text_Paint_Limit()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/ml/
H A Dkcm_fonts.po85 #. i18n: ectx: label, entry (activeFont), group (WM)
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/nb/
H A Dkcm_fonts.po90 #. i18n: ectx: label, entry (activeFont), group (WM)
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/or/
H A Dkcm_fonts.po85 #. i18n: ectx: label, entry (activeFont), group (WM)

12345