Searched refs:font_weight (Results 1 - 19 of 19) sorted by relevance

/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp340 if (spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_500 ||
341 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_600 ||
342 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_700 ||
343 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_800 ||
344 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_900 ||
345 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_BOLD ||
346 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_BOLDER)
493 if (spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_500 ||
494 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_600 ||
495 spanstyle.font_weight
[all...]
H A Dwmf-inout.cpp1178 d->dc[d->level].style.font_weight.value =
1245 d->dc[d->level].style.font_weight.value = SP_CSS_FONT_WEIGHT_400;
2584 switch(d->dc[d->level].style.font_weight.value){
3098 d.dc[0].style.font_weight.value = SP_CSS_FONT_WEIGHT_400;
H A Dwmf-print.cpp1436 _translate_weight(style->font_weight.computed),
H A Demf-print.cpp2070 _translate_weight(style->font_weight.computed),
H A Demf-inout.cpp1397 d->dc[d->level].style.font_weight.value =
3153 switch(d->dc[d->level].style.font_weight.value){
/inkscape/src/
H A Dsp-font-face.h78 std::vector<FontFaceWeightType> font_weight; member in class:SPFontFace
H A Dsp-font-face.cpp273 this->font_weight = weight;
282 //this->font_weight = ;
428 if (this->font_weight.size() != weight.size()){
429 this->font_weight = weight;
433 if (weight[i] != this->font_weight[i]){
434 this->font_weight = weight;
747 //sp_repr_set_svg_double(repr, "font-weight", face->font_weight);
H A Dstyle.h100 SPIEnum font_weight; member in class:SPStyle
H A Ddesktop-style.cpp1248 ( ( style_res->font_weight.computed != style->font_weight.computed ) ||
1256 style_res->font_weight.value = style_res->font_weight.computed = style->font_weight.computed;
H A Dstyle.cpp113 font_weight( "font-weight", enum_font_weight, SP_CSS_FONT_WEIGHT_NORMAL, SP_CSS_FONT_WEIGHT_400 ),
293 _properties.push_back( &font_weight );
389 // _propmap.insert( std::make_pair( font_weight.name, reinterpret_cast<SPIBasePtr>(&SPStyle::font_weight ) ) );
717 font_weight.readIfUnset( val );
H A Dstyle-internal.cpp610 // FIXME Handle font_stretch and font_weight (relative values) New derived class?
2199 style->font_weight = test_weight;
2234 style->font_weight.set = true;
/inkscape/src/libcroco/
H A Dcr-style.c1609 a_style->font_weight = FONT_WEIGHT_NORMAL;
1612 a_style->font_weight = FONT_WEIGHT_BOLD;
1615 a_style->font_weight = FONT_WEIGHT_BOLDER;
1618 a_style->font_weight = FONT_WEIGHT_LIGHTER;
1621 a_style->font_weight = FONT_WEIGHT_INHERIT;
1635 a_style->font_weight = FONT_WEIGHT_100;
1637 a_style->font_weight = FONT_WEIGHT_200;
1639 a_style->font_weight = FONT_WEIGHT_300;
1641 a_style->font_weight = FONT_WEIGHT_400;
1643 a_style->font_weight
[all...]
H A Dcr-style.h272 enum CRFontWeight font_weight ; member in struct:_CRStyle
/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp268 pango_font_description_set_weight(descr,(PangoWeight)_enum_converter(style->font_weight.computed, enum_convert_spstyle_weight_to_pango_weight, sizeof(enum_convert_spstyle_weight_to_pango_weight)/sizeof(enum_convert_spstyle_weight_to_pango_weight[0])));
H A DFontFactory.cpp437 switch( style->font_weight.computed ) {
479 g_warning("FaceFromStyle: Unrecognized font_weight.computed value");
H A Dfont-lister.cpp755 switch (style->font_weight.computed) {
798 g_warning("Unrecognized font_weight.computed value");
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1078 GfxFont::Weight font_weight = font->getWeight(); local
1080 if ( font_weight != GfxFont::WeightNotDefined ) {
1081 if ( font_weight == GfxFont::W400 ) {
1083 } else if ( font_weight == GfxFont::W700 ) {
1087 weight_num[0] = (gchar)( '1' + (font_weight - GfxFont::W100) );
/inkscape/src/ui/tools/
H A Dtext-tool.cpp821 if (style->font_weight.computed == SP_CSS_FONT_WEIGHT_NORMAL
822 || style->font_weight.computed == SP_CSS_FONT_WEIGHT_100
823 || style->font_weight.computed == SP_CSS_FONT_WEIGHT_200
824 || style->font_weight.computed == SP_CSS_FONT_WEIGHT_300
825 || style->font_weight.computed == SP_CSS_FONT_WEIGHT_400)
/inkscape/src/widgets/
H A Dtext-toolbar.cpp92 << " Weight: " << query->font_weight.computed
106 int index = query->font_weight.computed;
109 << " (" << query->font_weight.computed << ")" << std::endl;
1389 std::cout << " GUI: font_weight.computed: " << query.font_weight.computed << std::endl;

Completed in 116 milliseconds