Home
last modified time | relevance | path

Searched refs:defaultFont (Results 1 – 25 of 1843) sorted by relevance

12345678910>>...74

/dports/math/kbruch/kbruch-21.12.3/src/
H A DStatisticsView.cpp42 defaultFont.setBold(true); in StatisticsView()
43 defaultFont.setPointSize(28); in StatisticsView()
57 result1Label->setFont(defaultFont); in StatisticsView()
62 defaultFont.setBold(false); in StatisticsView()
63 defaultFont.setPointSize(10); in StatisticsView()
67 info1Label->setFont(defaultFont); in StatisticsView()
73 info2Label->setFont(defaultFont); in StatisticsView()
79 info4Label->setFont(defaultFont); in StatisticsView()
85 info3Label->setFont(defaultFont); in StatisticsView()
89 defaultFont.setBold(true); in StatisticsView()
[all …]
H A DExerciseFactorize.cpp79 m_taskLabel->setFont(defaultFont); in ExerciseFactorize()
82 defaultFont.setBold(true); in ExerciseFactorize()
87 m_equalSignLabel->setFont(defaultFont); in ExerciseFactorize()
102 defaultFont.setPointSize(10); in ExerciseFactorize()
107 m_factor2Button->setFont(defaultFont); in ExerciseFactorize()
113 m_factor3Button->setFont(defaultFont); in ExerciseFactorize()
119 m_factor5Button->setFont(defaultFont); in ExerciseFactorize()
125 m_factor7Button->setFont(defaultFont); in ExerciseFactorize()
159 defaultFont.setPointSize(10); in ExerciseFactorize()
165 m_skipButton->setFont(defaultFont); in ExerciseFactorize()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DSystemFonts.Windows.cs143 Font defaultFont = null;
151 defaultFont = new Font("Tahoma", 8);
157 if (defaultFont == null)
164 defaultFont = FontInPoints(fontInWorldUnits);
173 if (defaultFont == null)
177 defaultFont = new Font("Tahoma", 8);
185 if (defaultFont == null)
190 if (defaultFont.Unit != GraphicsUnit.Point)
192 defaultFont = FontInPoints(defaultFont);
197 defaultFont.SetSystemFontName(nameof(DefaultFont));
[all …]
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/declarativeimports/plasmacomponents/qml/
H A DLabel.qml28 …height: Math.round(Math.max(paintedHeight, PlasmaCore.Theme.mSize(PlasmaCore.Theme.defaultFont).he…
37 font.capitalization: PlasmaCore.Theme.defaultFont.capitalization
38 font.family: PlasmaCore.Theme.defaultFont.family
39 font.italic: PlasmaCore.Theme.defaultFont.italic
40 font.letterSpacing: PlasmaCore.Theme.defaultFont.letterSpacing
41 font.pointSize: PlasmaCore.Theme.defaultFont.pointSize
42 font.strikeout: PlasmaCore.Theme.defaultFont.strikeout
43 font.underline: PlasmaCore.Theme.defaultFont.underline
44 font.weight: PlasmaCore.Theme.defaultFont.weight
45 font.wordSpacing: PlasmaCore.Theme.defaultFont.wordSpacing
/dports/x11-clocks/bbdate/bbdate-0.2.4/
H A Dresource.cc161 const char *defaultFont = "-*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*"; in SizeAndPosition() local
176 if ((frame.font = XLoadQueryFont(bbtool->dpy, defaultFont)) == NULL) in SizeAndPosition()
180 defaultFont); in SizeAndPosition()
191 if ((frame.font = XLoadQueryFont(bbtool->dpy, defaultFont)) == NULL) in SizeAndPosition()
196 defaultFont); in SizeAndPosition()
203 if ((frame.font = XLoadQueryFont(bbtool->dpy, defaultFont)) == NULL) in SizeAndPosition()
241 const char *defaultFont = "-*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*"; in Label() local
261 defaultFont); in Label()
272 if ((label.font = XLoadQueryFont(bbtool->dpy, defaultFont)) == NULL) in Label()
277 defaultFont); in Label()
[all …]
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/bdjo/
H A DTerminalInfo.java23 …public TerminalInfo(String defaultFont, int resolution, boolean menuCallMask, boolean titleSearchM… in TerminalInfo() argument
24 this.defaultFont = defaultFont; in TerminalInfo()
31 return defaultFont; in getDefaultFont()
47 return "TerminalInfo [defaultFont=" + defaultFont + ", menuCallMask=" in toString()
52 private final String defaultFont; field in TerminalInfo
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/bdjo/
H A DTerminalInfo.java23 …public TerminalInfo(String defaultFont, int resolution, boolean menuCallMask, boolean titleSearchM… in TerminalInfo() argument
24 this.defaultFont = defaultFont; in TerminalInfo()
31 return defaultFont; in getDefaultFont()
47 return "TerminalInfo [defaultFont=" + defaultFont + ", menuCallMask=" in toString()
52 private final String defaultFont; field in TerminalInfo
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/messagepartthemes/default/autotests/
H A Dtestcsshelper.cpp44 QFont defaultFont = QFont(QStringLiteral("Sans Serif"), 9); in TestCSSHelper() local
45 mBodyFont = defaultFont; in TestCSSHelper()
46 mPrintFont = defaultFont; in TestCSSHelper()
47 mFixedFont = defaultFont; in TestCSSHelper()
48 mFixedPrintFont = defaultFont; in TestCSSHelper()
49 defaultFont.setItalic(true); in TestCSSHelper()
50 mQuoteFont = defaultFont; in TestCSSHelper()
/dports/games/chromium-bsu/chromium-bsu-0.9.16.1/src/
H A DTextGLC.cpp33 defaultFont = glcGenFontID(); in TextGLC()
41 glcNewFontFromFamily(defaultFont, _("Gothic Uralic")); in TextGLC()
43 glcFontFace(defaultFont, "Bold"); in TextGLC()
44 glcFont(defaultFont); in TextGLC()
75 if(defaultFont){ glcDeleteFont(defaultFont); defaultFont = 0; } in ~TextGLC()
/dports/deskutils/latte-dock/latte-dock-0.10.6/shell/package/contents/configuration/canvas/maxlength/
H A DRuler.qml25 readonly property int thickness: theme.defaultFont.pixelSize
197 width: root.isHorizontal ? 2 : theme.defaultFont.pixelSize
198 height: root.isVertical ? 2 : theme.defaultFont.pixelSize
205 … width: root.isHorizontal ? 0.6 * theme.defaultFont.pixelSize : theme.defaultFont.pixelSize
206 … height: root.isVertical ? 0.6 * theme.defaultFont.pixelSize : theme.defaultFont.pixelSize
213 width: 0.75*theme.defaultFont.pixelSize
286 … width: root.isHorizontal ? 0.6 * theme.defaultFont.pixelSize : theme.defaultFont.pixelSize
287 … height: root.isVertical ? 0.6 * theme.defaultFont.pixelSize : theme.defaultFont.pixelSize
293 width: 0.75*theme.defaultFont.pixelSize
303 width: root.isHorizontal ? 2 : theme.defaultFont.pixelSize
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/
H A Dsqledit.py102 self.defaultFont = QFont(fontName)
103 self.defaultFont.setFixedPitch(True)
104 self.defaultFont.setPointSize(fontSize)
105 self.defaultFont.setStyleHint(QFont.TypeWriter)
106 self.defaultFont.setBold(False)
108 self.boldFont = QFont(self.defaultFont)
111 self.italicFont = QFont(self.defaultFont)
114 self.setFont(self.defaultFont)
115 self.setMarginsFont(self.defaultFont)
152 self.mylexer.setDefaultFont(self.defaultFont)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/
H A Dsqledit.py102 self.defaultFont = QFont(fontName)
103 self.defaultFont.setFixedPitch(True)
104 self.defaultFont.setPointSize(fontSize)
105 self.defaultFont.setStyleHint(QFont.TypeWriter)
106 self.defaultFont.setBold(False)
108 self.boldFont = QFont(self.defaultFont)
111 self.italicFont = QFont(self.defaultFont)
114 self.setFont(self.defaultFont)
115 self.setMarginsFont(self.defaultFont)
152 self.mylexer.setDefaultFont(self.defaultFont)
/dports/x11-themes/kf5-qqc2-desktop-style/qqc2-desktop-style-5.89.0/org.kde.desktop/
H A DTabButton.qml48 font.capitalization: Kirigami.Theme.defaultFont.capitalization
49 font.family: Kirigami.Theme.defaultFont.family
50 font.italic: Kirigami.Theme.defaultFont.italic
51 font.letterSpacing: Kirigami.Theme.defaultFont.letterSpacing
52 font.pointSize: Kirigami.Theme.defaultFont.pointSize
53 font.strikeout: Kirigami.Theme.defaultFont.strikeout
54 font.underline: Kirigami.Theme.defaultFont.underline
55 font.weight: Kirigami.Theme.defaultFont.weight
56 font.wordSpacing: Kirigami.Theme.defaultFont.wordSpacing
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/axes/
H A DTicksProperty.java45 private Font defaultFont; field in TicksProperty
153 Font font = new Font(defaultFont); in setLabelsStrings()
351 defaultFont = new Font(); in TicksProperty()
368 defaultFont = new Font(ticksProperty.defaultFont); in TicksProperty()
384 if (tp.auto == auto && tp.subticks == subticks && tp.defaultFont.equals(defaultFont)) { in equals()
579 defaultFont.setStyle(fontStyle); in setFontStyle()
625 if (!fontSize.equals(defaultFont.getSize())) { in setFontSize()
626 defaultFont.setSize(fontSize); in setFontSize()
673 defaultFont.setColor(fontColor); in setFontColor()
720 defaultFont.setFractional(fontFractional); in setFontFractional()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/border/
H A DTest7022041.java104 Font defaultFont = UIManager.getLookAndFeelDefaults().getFont("TitledBorder.font"); in checkTitleFont() local
108 if (defaultFont == null) { in checkTitleFont()
116 if (!defaultFont.equals(titledBorderFont)) { in checkTitleFont()
117 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
130 if (!defaultFont.equals(titledBorder.getTitleFont())) { in checkTitleFont()
131 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/border/
H A DTest7022041.java104 Font defaultFont = UIManager.getLookAndFeelDefaults().getFont("TitledBorder.font"); in checkTitleFont() local
108 if (defaultFont == null) { in checkTitleFont()
116 if (!defaultFont.equals(titledBorderFont)) { in checkTitleFont()
117 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
130 if (!defaultFont.equals(titledBorder.getTitleFont())) { in checkTitleFont()
131 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/border/
H A DTest7022041.java104 Font defaultFont = UIManager.getLookAndFeelDefaults().getFont("TitledBorder.font"); in checkTitleFont() local
108 if (defaultFont == null) { in checkTitleFont()
116 if (!defaultFont.equals(titledBorderFont)) { in checkTitleFont()
117 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
130 if (!defaultFont.equals(titledBorder.getTitleFont())) { in checkTitleFont()
131 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/border/
H A DTest7022041.java104 Font defaultFont = UIManager.getLookAndFeelDefaults().getFont("TitledBorder.font"); in checkTitleFont() local
108 if (defaultFont == null) { in checkTitleFont()
116 if (!defaultFont.equals(titledBorderFont)) { in checkTitleFont()
117 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
130 if (!defaultFont.equals(titledBorder.getTitleFont())) { in checkTitleFont()
131 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/border/
H A DTest7022041.java104 Font defaultFont = UIManager.getLookAndFeelDefaults().getFont("TitledBorder.font"); in checkTitleFont() local
108 if (defaultFont == null) { in checkTitleFont()
116 if (!defaultFont.equals(titledBorderFont)) { in checkTitleFont()
117 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
130 if (!defaultFont.equals(titledBorder.getTitleFont())) { in checkTitleFont()
131 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/border/
H A DTest7022041.java104 Font defaultFont = UIManager.getLookAndFeelDefaults().getFont("TitledBorder.font"); in checkTitleFont() local
108 if (defaultFont == null) { in checkTitleFont()
116 if (!defaultFont.equals(titledBorderFont)) { in checkTitleFont()
117 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
130 if (!defaultFont.equals(titledBorder.getTitleFont())) { in checkTitleFont()
131 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/border/
H A DTest7022041.java104 Font defaultFont = UIManager.getLookAndFeelDefaults().getFont("TitledBorder.font"); in checkTitleFont() local
108 if (defaultFont == null) { in checkTitleFont()
116 if (!defaultFont.equals(titledBorderFont)) { in checkTitleFont()
117 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
130 if (!defaultFont.equals(titledBorder.getTitleFont())) { in checkTitleFont()
131 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwLogicalFont.py11 defaultFont = logicalfont('Helvetica')
14 root.option_add('*Font', defaultFont, 'userDefault')
25 defaultFont = logicalfont('Helvetica')
26 root.option_add('*Font', defaultFont, 'userDefault')
28 defaultFont = ('Helvetica', '-%d' % (_fontSize,), 'bold')
31 root.option_add('*Font', defaultFont, 'userDefault')
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwLogicalFont.py11 defaultFont = logicalfont('Helvetica')
14 root.option_add('*Font', defaultFont, 'userDefault')
25 defaultFont = logicalfont('Helvetica')
26 root.option_add('*Font', defaultFont, 'userDefault')
28 defaultFont = ('Helvetica', '-%d' % (_fontSize,), 'bold')
31 root.option_add('*Font', defaultFont, 'userDefault')
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/swing/border/
H A DTest7022041.java104 Font defaultFont = UIManager.getLookAndFeelDefaults().getFont("TitledBorder.font"); in checkTitleFont() local
108 if (defaultFont == null) { in checkTitleFont()
116 if (!defaultFont.equals(titledBorderFont)) { in checkTitleFont()
117 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
130 if (!defaultFont.equals(titledBorder.getTitleFont())) { in checkTitleFont()
131 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/border/
H A DTest7022041.java104 Font defaultFont = UIManager.getLookAndFeelDefaults().getFont("TitledBorder.font"); in checkTitleFont() local
108 if (defaultFont == null) { in checkTitleFont()
116 if (!defaultFont.equals(titledBorderFont)) { in checkTitleFont()
117 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()
130 if (!defaultFont.equals(titledBorder.getTitleFont())) { in checkTitleFont()
131 throw new RuntimeException("L&F default font " + defaultFont.toString() in checkTitleFont()

12345678910>>...74