Home
last modified time | relevance | path

Searched refs:css_weight (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Ds_text.c189 const char *css_style, *css_weight, *css_stretch; in write_svg_text_style() local
206 css_weight = _pl_g_ps_font_info[master_font_index].css_weight; in write_svg_text_style()
220 css_weight = _pl_g_pcl_font_info[master_font_index].css_weight; in write_svg_text_style()
270 if (strcmp (css_weight, "normal") != 0) /* not default */ in write_svg_text_style()
273 css_weight); in write_svg_text_style()
H A Dextern.h204 const char *css_weight; /* CSS font weight */ member
240 const char *css_weight; /* CSS font weight */ member
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/FunctionalTests/Libraries/
H A DJqueryUiLibraryAssetsTest.php253 $css_weight = -100;
260 …$this->assertGreaterThanOrEqual($css_weight, $key, "The file $file not loading in the expected ord…
261 $css_weight = $key;
267 $this->assertGreaterThan(-100, $css_weight);
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/font-kit-0.6.0/src/sources/
H A Dcore_text.rs129 fn css_to_core_text_font_weight(css_weight: Weight) -> f32 { in css_to_core_text_font_weight()
131 f32::max(100.0, css_weight.0) / 100.0 - 1.0, in css_to_core_text_font_weight()
/dports/graphics/plotutils/plotutils-2.6/lib/
H A Dfontlist.c73 const char *css_weight; /* CSS font weight */ member
102 const char *css_weight; /* CSS font weight */ member
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/profiles/
H A Dgooglefonts.py2727 css_weight = CSS_WEIGHT_NAMES.get(font_metadata.weight,
2729 if gf_weight != css_weight: