Home
last modified time | relevance | path

Searched refs:curFont (Results 1 – 25 of 105) sorted by relevance

12345

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/phyltree/
H A DTextSettingsDialog.cpp47 fontComboBox->setCurrentFont(curFont); in TextSettingsDialog()
52 overlineToolButton->setChecked(curFont.overline()); in TextSettingsDialog()
74 QFont curFont = fontComboBox->currentFont(); in accept() local
75 curFont.setPointSize(sizeSpinBox->value()); in accept()
77 curFont.setBold(boldToolButton->isChecked()); in accept()
78 curFont.setItalic(italicToolButton->isChecked()); in accept()
79 curFont.setUnderline(underlineToolButton->isChecked()); in accept()
80 curFont.setOverline(overlineToolButton->isChecked()); in accept()
82 updatedSettings[LABEL_FONT_TYPE] = curFont; in accept()
84 updatedSettings[LABEL_FONT_BOLD] = curFont.bold(); in accept()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DFontDialog.py19 self.curFont = self.sampleText.GetFont()
74 self.sampleText.SetFont(self.curFont)
76 self.ps.SetLabel(str(self.curFont.GetPointSize()))
77 self.family.SetLabel('%s' %self.curFont.GetFamily())
78 self.style.SetLabel('%s' %self.curFont.GetStyle())
79 self.weight.SetLabel('%s' %self.curFont.GetWeight())
80 self.face.SetLabel(self.curFont.GetFaceName())
81 self.nfi.SetLabel(self.curFont.GetNativeFontInfo().ToString())
89 data.SetInitialFont(self.curFont)
102 self.curFont = font
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/examples/
H A Dfontsel.c21 static rfbFontDataPtr curFont = NULL; variable
28 if(curFont) in showFont()
29 rfbFreeFont(curFont); in showFont()
33 curFont = rfbLoadConsoleFont(buffer); in showFont()
36 if(curFont) { in showFont()
40 rfbDrawCharWithClip(rfbScreen,curFont,210+10*i,30+j*20/16,j+i, in showFont()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/resource/
H A Dfontmanifest.cpp120 if(AbstractFont *curFont = d->resource.data()) in setResource() local
123 curFont->audienceForDeletion -= d; in setResource()
128 if(AbstractFont *curFont = d->resource.data()) in setResource() local
131 curFont->audienceForDeletion += d; in setResource()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/text/
H A Dtruetype_font.cpp81 FontStyle curFont = getSystemFont(i); in loadFont() local
82 if (fontName.matchString(curFont.zorkFont, true)) { in loadFont()
83 newFontName = curFont.fontBase; in loadFont()
84 freeFontName = curFont.freeFontBase; in loadFont()
85 liberationFontName = curFont.liberationFontBase; in loadFont()
90 freeFontName += curFont.freeFontItalicName; in loadFont()
98 freeFontName += curFont.freeFontItalicName; in loadFont()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/text/
H A Dtruetype_font.cpp81 FontStyle curFont = getSystemFont(i); in loadFont() local
82 if (fontName.matchString(curFont.zorkFont, true)) { in loadFont()
83 newFontName = curFont.fontBase; in loadFont()
84 freeFontName = curFont.freeFontBase; in loadFont()
85 liberationFontName = curFont.liberationFontBase; in loadFont()
90 freeFontName += curFont.freeFontItalicName; in loadFont()
98 freeFontName += curFont.freeFontItalicName; in loadFont()
/dports/lang/tcl85/tcl8.5.19/tools/
H A Dman2html2.tcl51 global fontStart fontEnd curFont inPRE charCnt inTable
57 set curFont ""
77 global curFont file fontStart
79 if {$curFont eq $font} {
84 set curFont $font
96 global curFont file fontEnd
98 if {$curFont ne ""} {
99 puts -nonewline $file $fontEnd($curFont)
100 set curFont ""
H A Dman2help2.tcl49 set state(curFont) ""
83 if {[string equal $state(curFont) $font]} {
88 set state(curFont) $font
102 if {[string compare $state(curFont) ""]} {
103 puts -nonewline $file $state(end$state(curFont))
104 set state(curFont) ""
/dports/lang/tcl86/tcl8.6.12/tools/
H A Dman2html2.tcl49 global fontStart fontEnd curFont inPRE charCnt inTable
55 set curFont ""
75 global curFont file fontStart
77 if {$curFont eq $font} {
82 set curFont $font
94 global curFont file fontEnd
96 if {$curFont ne ""} {
97 puts -nonewline $file $fontEnd($curFont)
98 set curFont ""
H A Dman2help2.tcl49 set state(curFont) ""
83 if {[string equal $state(curFont) $font]} {
88 set state(curFont) $font
102 if {[string compare $state(curFont) ""]} {
103 puts -nonewline $file $state(end$state(curFont))
104 set state(curFont) ""
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/
H A Dzvision.cpp257 FontStyle curFont = getSystemFont(i); in run() local
258 Common::String freeFontBoldItalic = Common::String("Bold") + curFont.freeFontItalicName; in run()
261 …const char *freeFontSuffixes[4] = { "", "Bold", curFont.freeFontItalicName, freeFontBoldItalic.c_s… in run()
265 Common::String fontName = curFont.fontBase; in run()
278 Common::String freeFontName = curFont.freeFontBase; in run()
282 Common::String liberationFontName = curFont.liberationFontBase; in run()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/
H A Dzvision.cpp266 FontStyle curFont = getSystemFont(i); in run() local
267 Common::String freeFontBoldItalic = Common::String("Bold") + curFont.freeFontItalicName; in run()
270 …const char *freeFontSuffixes[4] = { "", "Bold", curFont.freeFontItalicName, freeFontBoldItalic.c_s… in run()
274 Common::String fontName = curFont.fontBase; in run()
287 Common::String freeFontName = curFont.freeFontBase; in run()
291 Common::String liberationFontName = curFont.liberationFontBase; in run()
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A DfontDialog.cpp99 connect (ui->fontComboBox, &QFontComboBox::currentFontChanged, [this] (const QFont &curFont) { in FontDialog() argument
103 font_ = curFont; in FontDialog()
109 … connect (ui->monoFontComboBox, &QFontComboBox::currentFontChanged, [this] (const QFont &curFont) { in FontDialog() argument
111 font_ = curFont; in FontDialog()
/dports/comms/hylafax/hylafax-6.0.7/libhylafax/
H A DTextFormat.c++79 curFont = addFont("Roman", "Courier"); in fxDECLARE_PrimArray()
145 void TextFormat::setFont(TextFont* f) { curFont = f; } in setFont()
270 curFont = (*fonts)["Roman"]; in beginFormatting()
271 tabWidth = tabStop * curFont->charwidth(' '); in beginFormatting()
634 curFont->setfont(tf); in beginCol()
800 hm += curFont->charwidth(' '); in format()
810 if (hm == curFont->charwidth(' ')) in format()
815 hm = curFont->charwidth(c); in format()
892 hm += curFont->charwidth(' '); in format()
902 if (hm == curFont->charwidth(' ')) in format()
[all …]
H A DTextFormat.h118 TextFont* curFont; // current font for imaging text variable
242 inline const TextFont* TextFormat::getFont(void) const { return curFont; } in getFont()
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfontcomparewidget.cpp140 curFont = f->path(); in addFont()
271 FontItem *f(FMFontDb::DB()->Font(curFont)); in characterChange()
327 FontItem *f(FMFontDb::DB()->Font(curFont)); in characterBoxChange()
357 curFont = witem->data(Qt::UserRole).toString(); in fontChange()
358 FontItem *f(FMFontDb::DB()->Font(curFont)); in fontChange()
H A Dfontcomparewidget.h31 QString curFont;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DToasterBox.py186 self.curFont = self.GetFont()
214 curFont = self.GetFont()
219 data.SetInitialFont(curFont)
228 self.curFont = font
348 tb.SetPopupTextFont(self.curFont)
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dps.h58 int curFont; member
H A Dcgm.h76 int curFont; member
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/Additions/GNUstepGUI/
H A DGSHorizontalTypesetter.h63 NSFont *curFont; variable
/dports/lang/voc/voc-63008f6/src/library/v4/
H A DPrinter.Mod25 fontIndex, curFont: INTEGER;
336 fontIndex := -1; curFont := -1; listFont := ""; ppos := 0; pno := 1;
345 COPY(name, listFont); curFont := -1
364 INCL(fontTable[curFont].used[ORD(ch) DIV 32], ORD(ch) MOD 32);
369 IF (curFont < 0) OR (fontTable[curFont].name # fontname) THEN
375 curFont := fNo; Ch(bodyR, "(");
376 Str(bodyR, fontTable[curFont].name);
388 | 9FX: COPY(fontTable[curFont].name, family);
586 curR := 0; curG := 0; curB := 0; curFont := -1;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/text/
H A Dtext.cpp101 Screen::FontId curFont = _screen->setFont(Screen::FID_8_FNT); in preprocessString() local
120 _screen->setFont(curFont); in preprocessString()
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/syntaxeditor/
H A Dsyntaxtexteditor.cpp420 curFont.setFamily(settings->value(mimeType+"/family","Courier").toString()); in loadConfig()
421 curFont.setPointSize(settings->value(mimeType+"/fontsize",12).toInt()); in loadConfig()
422 setFont(curFont); in loadConfig()
H A Dsyntaxtexteditor.h83 QFont curFont; variable

12345