Home
last modified time | relevance | path

Searched refs:font_weight (Results 1 – 25 of 752) sorted by relevance

12345678910>>...31

/dports/multimedia/olive/olive-0.1.2/dialogs/
H A Dtexteditdialog.cpp67 font_weight = new QComboBox(); in TextEditDialog()
68 font_weight->addItem(tr("Thin"), QFont::Thin); in TextEditDialog()
70 font_weight->addItem(tr("Light"), QFont::Light); in TextEditDialog()
71 font_weight->addItem(tr("Normal"), QFont::Normal); in TextEditDialog()
74 font_weight->addItem(tr("Bold"), QFont::Bold); in TextEditDialog()
76 font_weight->addItem(tr("Black"), QFont::Black); in TextEditDialog()
78 toolbar->addWidget(font_weight); in TextEditDialog()
198 for (int i=0;i<font_weight->count();i++) { in UpdateUIFromTextCursor()
200 font_weight->blockSignals(true); in UpdateUIFromTextCursor()
201 font_weight->setCurrentIndex(i); in UpdateUIFromTextCursor()
[all …]
/dports/devel/efl/efl-1.25.1/src/examples/edje/
H A Dtext.edc43 tag: "b" "+ font_weight=Bold";
51 tag: "b" "+ font_weight=Bold";
59 tag: "b" "+ font_weight=Bold";
166 tag: "b" "+ font_weight=Bold";
174 tag: "b" "+ font_weight=Bold";
182 tag: "b" "+ font_weight=Bold";
289 tag: "b" "+ font_weight=Bold";
297 tag: "b" "+ font_weight=Bold";
305 tag: "b" "+ font_weight=Bold";
412 tag: "b" "+ font_weight=Bold";
[all …]
/dports/comms/wsjtz/wsjtx/
H A Dqt_helpers.cpp12 QString font_weight; in font_as_stylesheet() local
15 case QFont::Light: font_weight = "light"; break; in font_as_stylesheet()
16 case QFont::Normal: font_weight = "normal"; break; in font_as_stylesheet()
17 case QFont::DemiBold: font_weight = "demibold"; break; in font_as_stylesheet()
18 case QFont::Bold: font_weight = "bold"; break; in font_as_stylesheet()
19 case QFont::Black: font_weight = "black"; break; in font_as_stylesheet()
29 .arg (font_weight); in font_as_stylesheet()
/dports/lang/swi-pl/swipl-8.2.3/library/lynx/
H A Dpldoc_style.pl53 [text_align(center), margin_bottom(3), margin_top(2), font_weight(bold)]).
55 [margin_bottom(2), text_align(center), font_weight(bold)]).
65 [margin_left(6), font_weight(normal)]). % FIXME: Requires hierarchy
67 [margin_left(8), font_weight(normal)]).
69 [margin_right(1), font_weight(normal), color(green)]).
71 [margin_left(1), font_weight(normal), color(green)]).
75 [color(red), font_weight(normal)]).
81 [text_decoration(none), font_weight(bold)]).
87 [font_weight(bold)]).
/dports/devel/efl/efl-1.25.1/data/elementary/themes/
H A Dfonts.edc52 tag: "hilight" "+ font_weight=Bold style=glow glow_color=#3399ff80"; \
62 tag: "name" "+ color=#888888 font_weight=Bold"; \
71 tag: "number" "+ color=#D4D42A font_weight=Bold"; \
74 tag: "class" "+ color=#72AAD4 font_weight=Bold"; \
75 tag: "function" "+ color=#72AAD4 font_weight=Bold"; \
77 tag: "keyword" "+ color=#ff9900 font_weight=Bold"; \
78 tag: "preprocessor" "+ color=#3399ff font_weight=Bold"; \
85 tag: "hilight" "+ font_weight=Bold style=glow glow_color=#3399ff20"; \
95 tag: "name" "+ color=#151515 font_weight=Bold"; \
104 tag: "number" "+ color=#202008 font_weight=Bold"; \
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_node_text_styles.cc21 font_weight(kUnsetValue) {} in AXNodeTextStyles()
34 font_weight(other.font_weight), in AXNodeTextStyles()
48 font_weight = other.font_weight; in operator =()
61 font_size == other.font_size && font_weight == other.font_weight && in operator ==()
75 font_weight == kUnsetValue && text_style == kUnsetValue && in IsUnset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_node_text_styles.cc21 font_weight(kUnsetValue) {} in AXNodeTextStyles()
34 font_weight(other.font_weight), in AXNodeTextStyles()
48 font_weight = other.font_weight; in operator =()
61 font_size == other.font_size && font_weight == other.font_weight && in operator ==()
75 font_weight == kUnsetValue && text_style == kUnsetValue && in IsUnset()
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/io/src/output/markup/
H A Dflip_flop.rs17 font_weight: FontWeight, field
26 font_weight: f.font_weight.unwrap_or_default(), in from_formatting()
48 FormatCmd::FontWeightBold => self.font_weight = FontWeight::Bold, in push_cmd()
92 if let Some(fw) = f.font_weight { in flip_flop()
93 if fw == state.font_weight { in flip_flop()
94 new_f.font_weight = None; in flip_flop()
96 flop.font_weight = fw; in flip_flop()
200 let outer = state.font_weight; in flip_flop_node()
202 let inner = flop.font_weight; in flip_flop_node()
247 flop.font_weight = FontWeight::Normal; in flip_flop_node()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/style/
H A Dtypography_provider.cc37 gfx::Font::Weight* font_weight) { in GetDefaultFont() argument
38 *font_weight = gfx::Font::Weight::NORMAL; in GetDefaultFont()
43 *font_weight = TypographyProvider::MediumWeightForUI(); in GetDefaultFont()
58 *font_weight = gfx::Font::Weight::BOLD; in GetDefaultFont()
63 *font_weight = GetValueBolderThan( in GetDefaultFont()
66 *font_weight) in GetDefaultFont()
133 gfx::Font::Weight font_weight; in GetFont() local
134 GetDefaultFont(context, style, &size_delta, &font_weight); in GetFont()
136 size_delta, gfx::Font::NORMAL, font_weight); in GetFont()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/style/
H A Dtypography_provider.cc37 gfx::Font::Weight* font_weight) { in GetDefaultFont() argument
38 *font_weight = gfx::Font::Weight::NORMAL; in GetDefaultFont()
43 *font_weight = TypographyProvider::MediumWeightForUI(); in GetDefaultFont()
58 *font_weight = gfx::Font::Weight::BOLD; in GetDefaultFont()
63 *font_weight = GetValueBolderThan( in GetDefaultFont()
66 *font_weight) in GetDefaultFont()
133 gfx::Font::Weight font_weight; in GetFont() local
134 GetDefaultFont(context, style, &size_delta, &font_weight); in GetFont()
136 size_delta, gfx::Font::NORMAL, font_weight); in GetFont()
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-font-weight.c126 fo_property_font_weight_init (FoPropertyFontWeight *font_weight) in fo_property_font_weight_init() argument
128 FO_PROPERTY (font_weight)->value = in fo_property_font_weight_init()
167 FoPropertyFontWeight *font_weight; in fo_property_font_weight_finalize() local
169 font_weight = FO_PROPERTY_FONT_WEIGHT (object); in fo_property_font_weight_finalize()
196 FoProperty* font_weight; in fo_property_font_weight_new() local
198 font_weight = in fo_property_font_weight_new()
202 return font_weight; in fo_property_font_weight_new()
480 static FoProperty *font_weight = NULL; in fo_property_font_weight_get_initial() local
482 if (font_weight == NULL) in fo_property_font_weight_get_initial()
484 font_weight = in fo_property_font_weight_get_initial()
[all …]
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-font-weight.c126 fo_property_font_weight_init (FoPropertyFontWeight *font_weight) in fo_property_font_weight_init() argument
128 FO_PROPERTY (font_weight)->value = in fo_property_font_weight_init()
167 FoPropertyFontWeight *font_weight; in fo_property_font_weight_finalize() local
169 font_weight = FO_PROPERTY_FONT_WEIGHT (object); in fo_property_font_weight_finalize()
196 FoProperty* font_weight; in fo_property_font_weight_new() local
198 font_weight = in fo_property_font_weight_new()
202 return font_weight; in fo_property_font_weight_new()
480 static FoProperty *font_weight = NULL; in fo_property_font_weight_get_initial() local
482 if (font_weight == NULL) in fo_property_font_weight_get_initial()
484 font_weight = in fo_property_font_weight_get_initial()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/tests/unit/style/parsing/
H A Dfont.rs6 use style::properties::longhands::font_weight;
10 use style::properties::longhands::font_weight::SpecifiedValue; in font_weight_keyword_should_preserve_keyword()
12 let result = parse(font_weight::parse, "normal").unwrap(); in font_weight_keyword_should_preserve_keyword()
15 let result = parse(font_weight::parse, "bold").unwrap(); in font_weight_keyword_should_preserve_keyword()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list_mac.mm59 NSInteger font_weight = [[font_info objectAtIndex:2] intValue];
60 font_weight = std::max(static_cast<NSInteger>(0), font_weight);
61 font_weight = std::min(kPepperFontWeightsLength - 1, font_weight);
62 desc.weight = kPepperFontWeights[font_weight];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list_mac.mm59 NSInteger font_weight = [[font_info objectAtIndex:2] intValue];
60 font_weight = std::max(static_cast<NSInteger>(0), font_weight);
61 font_weight = std::min(kPepperFontWeightsLength - 1, font_weight);
62 desc.weight = kPepperFontWeights[font_weight];
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dchrome_typography_provider.cc40 gfx::Font::Weight font_weight = gfx::Font::Weight::NORMAL; in GetFont() local
43 ash::ApplyAshFontStyles(context, style, &size_delta, &font_weight); in GetFont()
46 ApplyCommonFontStyles(context, style, &size_delta, &font_weight); in GetFont()
50 font_weight = MediumWeightForUI(); in GetFont()
76 font_weight = gfx::Font::Weight::SEMIBOLD; in GetFont()
99 font_weight = gfx::Font::Weight::SEMIBOLD; in GetFont()
115 font_weight); in GetFont()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dash_typography.cc12 gfx::Font::Weight* font_weight) { in ApplyAshFontStyles() argument
21 *font_weight = gfx::Font::Weight::MEDIUM; in ApplyAshFontStyles()
30 *font_weight = gfx::Font::Weight::SEMIBOLD; in ApplyAshFontStyles()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Dlatex-text-renderer.cpp393 if (spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_500 || in sp_text_render()
394 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_600 || in sp_text_render()
395 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_700 || in sp_text_render()
396 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_800 || in sp_text_render()
541 if (spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_500 || in sp_flowtext_render()
542 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_600 || in sp_flowtext_render()
543 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_700 || in sp_flowtext_render()
544 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_800 || in sp_flowtext_render()
545 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_900 || in sp_flowtext_render()
546 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_BOLD || in sp_flowtext_render()
[all …]
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/syntax_rules/
H A Drst.syntax23 "font_weight": "bold"
34 "font_weight": "light"
38 "font_weight" : "bold"
42 "font_weight" : "bold"
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/syntax_rules/
H A Drst.syntax23 "font_weight": "bold"
34 "font_weight": "light"
38 "font_weight" : "bold"
42 "font_weight" : "bold"
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/syntax_rules/
H A Drst.syntax23 "font_weight": "bold"
34 "font_weight": "light"
38 "font_weight" : "bold"
42 "font_weight" : "bold"
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/syntax_rules/
H A Drst.syntax23 "font_weight": "bold"
34 "font_weight": "light"
38 "font_weight" : "bold"
42 "font_weight" : "bold"
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/syntax_rules/
H A Drst.syntax23 "font_weight": "bold"
34 "font_weight": "light"
38 "font_weight" : "bold"
42 "font_weight" : "bold"
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/syntax_rules/
H A Drst.syntax23 "font_weight": "bold"
34 "font_weight": "light"
38 "font_weight" : "bold"
42 "font_weight" : "bold"
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/desktop-utils/lumina-textedit/syntax_rules/
H A Drst.syntax23 "font_weight": "bold"
34 "font_weight": "light"
38 "font_weight" : "bold"
42 "font_weight" : "bold"

12345678910>>...31