Home
last modified time | relevance | path

Searched refs:font_weight (Results 126 – 150 of 752) sorted by relevance

12345678910>>...31

/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/longhands/
H A Dfont.mako.rs386 … let font_weight = longhands::font_weight::computed_value::T::from_gecko_weight(system.weight); in to_computed_value() localVariable
402 font_weight, in to_computed_value()
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-common-font.h25 FoProperty *font_weight,
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-common-font.h25 FoProperty *font_weight,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspect_tools.cc45 String font_weight; in FetchContrast() local
47 &font_weight); in FetchContrast()
50 result.font_weight = font_weight; in FetchContrast()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dash_typography.h47 gfx::Font::Weight* font_weight);
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-bidi-override-private.h28 FoProperty *font_weight; member
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-bidi-override-private.h28 FoProperty *font_weight; member
/dports/graphics/p5-SVG-DOM2/SVG-DOM2-1.00/lib/SVG/DOM2/Element/Shape/
H A DFont.pm26 sub font_weight { shift->_style('font-weight', 'font-weight', @_); } subroutine
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Dsvg_properties.c95 GF_SAFEALLOC(svg_props->font_weight, SVG_FontWeight); in gf_svg_properties_init_pointers()
96 if (svg_props->font_weight) *svg_props->font_weight = SVG_FONTWEIGHT_NORMAL; in gf_svg_properties_init_pointers()
218 if(svg_props->font_weight) gf_free(svg_props->font_weight); in gf_svg_properties_reset_pointers()
278 return output_property_context->font_weight; in gf_svg_get_property_pointer_from_tag()
657 if (all_atts->font_weight && *(all_atts->font_weight) != SVG_FONTWEIGHT_INHERIT) { in gf_svg_apply_inheritance()
658 render_svg_props->font_weight = all_atts->font_weight; in gf_svg_apply_inheritance()
1008 all_atts->font_weight = (SVG_FontWeight *)att->data; in gf_svg_flatten_attributes()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Dsvg_properties.c95 GF_SAFEALLOC(svg_props->font_weight, SVG_FontWeight); in gf_svg_properties_init_pointers()
96 if (svg_props->font_weight) *svg_props->font_weight = SVG_FONTWEIGHT_NORMAL; in gf_svg_properties_init_pointers()
218 if(svg_props->font_weight) gf_free(svg_props->font_weight); in gf_svg_properties_reset_pointers()
278 return output_property_context->font_weight; in gf_svg_get_property_pointer_from_tag()
657 if (all_atts->font_weight && *(all_atts->font_weight) != SVG_FONTWEIGHT_INHERIT) { in gf_svg_apply_inheritance()
658 render_svg_props->font_weight = all_atts->font_weight; in gf_svg_apply_inheritance()
1008 all_atts->font_weight = (SVG_FontWeight *)att->data; in gf_svg_flatten_attributes()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Dfont_face.rs12 use computed_values::{font_stretch, font_style, font_weight};
82 Weight(font_weight::T),
102 font_weight::T::from_int(input.expect_integer()?) in parse()
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/
H A Dmessage.lua101 if cfg.font_weight and cfg.font_weight ~= '' then
102 formatting = formatting .. " font_weight='" .. cfg.font_weight .. "'"
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-font-face.cpp270 this->font_weight = weight; in SPFontFace()
424 if (this->font_weight.size() != weight.size()){ in set()
425 this->font_weight = weight; in set()
429 if (weight[i] != this->font_weight[i]){ in set()
430 this->font_weight = weight; in set()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc208 gfx::Font::Weight font_weight = gfx::Font::Weight::BOLD; in OnStateChanged() local
210 gfx::Font::Weight font_weight = gfx::Font::Weight::MEDIUM; in OnStateChanged() local
225 font_weight = gfx::Font::Weight::BOLD; in OnStateChanged()
227 font_weight = gfx::Font::Weight::MEDIUM; in OnStateChanged()
232 rb.GetFontListWithDelta(font_size_delta, gfx::Font::NORMAL, font_weight)); in OnStateChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc209 gfx::Font::Weight font_weight = gfx::Font::Weight::BOLD; in OnStateChanged() local
211 gfx::Font::Weight font_weight = gfx::Font::Weight::MEDIUM; in OnStateChanged() local
226 font_weight = gfx::Font::Weight::BOLD; in OnStateChanged()
228 font_weight = gfx::Font::Weight::MEDIUM; in OnStateChanged()
233 rb.GetFontListWithDelta(font_size_delta, gfx::Font::NORMAL, font_weight)); in OnStateChanged()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/doc/example/
H A Dgenhtmlcss.py13 style = html.Style(font_weight="bold")
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/py/doc/example/
H A Dgenhtmlcss.py13 style = html.Style(font_weight="bold")
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/py/doc/example/
H A Dgenhtmlcss.py13 style = html.Style(font_weight="bold")
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/doc/example/
H A Dgenhtmlcss.py13 style = html.Style(font_weight="bold")
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/doc/example/
H A Dgenhtmlcss.py13 style = html.Style(font_weight="bold")
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/py/doc/example/
H A Dgenhtmlcss.py13 style = html.Style(font_weight="bold")
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/py/doc/example/
H A Dgenhtmlcss.py13 style = html.Style(font_weight="bold")
/dports/devel/py-py/py-1.9.0/doc/example/
H A Dgenhtmlcss.py13 style = html.Style(font_weight="bold")
/dports/lang/swi-pl/swipl-8.2.3/library/lynx/
H A Dhtml_style.pl109 font_style(font_weight(bold), bold).
110 font_style(font_weight(normal), normal).
/dports/games/flightgear-data/fgdata/Nasal/canvas/draw/
H A Dcompass.nas21 font_weight: "bold", # fontsize for labels
85 var font = canvas.font_mapper(style.font, style.font_weight);

12345678910>>...31