Lines Matching defs:weight
271 std::vector<FontFaceWeightType> weight;
272 weight.push_back(SP_FONTFACE_WEIGHT_ALL);
273 this->font_weight = weight;
323 this->readAttr( "font-weight" );
381 std::vector<FontFaceWeightType> weight;
426 weight = sp_read_fontFaceWeightType(value);
428 if (this->font_weight.size() != weight.size()){
429 this->font_weight = weight;
432 for (unsigned int i=0;i<weight.size();i++){
433 if (weight[i] != this->font_weight[i]){
434 this->font_weight = weight;
701 this->readAttr( "font-weight" );
747 //sp_repr_set_svg_double(repr, "font-weight", face->font_weight);
784 COPY_ATTR(repr, this->getRepr(), "font-weight");