Searched refs:stemh (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-font-face.h85 double stemh; member in class:SPFontFace
H A Dsp-font-face.cpp289 this->stemh = 0;
481 if (number != this->stemh){
482 this->stemh = number;
708 this->readAttr( "stemh" );
754 sp_repr_set_svg_double(repr, "stemh", this->stemh);
791 COPY_ATTR(repr, this->getRepr(), "stemh");

Completed in 64 milliseconds