Searched refs:css_weight (Results 1 – 6 of 6) sorted by relevance
189 const char *css_style, *css_weight, *css_stretch; in write_svg_text_style() local206 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()
204 const char *css_weight; /* CSS font weight */ member240 const char *css_weight; /* CSS font weight */ member
253 $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);
129 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()
73 const char *css_weight; /* CSS font weight */ member102 const char *css_weight; /* CSS font weight */ member
2727 css_weight = CSS_WEIGHT_NAMES.get(font_metadata.weight,2729 if gf_weight != css_weight: