Lines Matching defs:style
263 std::vector<FontFaceStyleType> style;
264 style.push_back(SP_FONTFACE_STYLE_ALL);
265 this->font_style = style;
321 this->readAttr( "font-style" );
379 std::vector<FontFaceStyleType> style;
394 style = sp_read_fontFaceStyleType(value);
396 if (this->font_style.size() != style.size()){
397 this->font_style = style;
400 for (unsigned int i=0;i<style.size();i++){
401 if (style[i] != this->font_style[i]){
402 this->font_style = style;
699 this->readAttr( "font-style" );
745 //sp_repr_set_svg_double(repr, "font-style", face->font_style);
782 COPY_ATTR(repr, this->getRepr(), "font-style");
823 c-file-style:"stroustrup"