Searched defs:readSingleAttribute (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-text.cpp96 if (this->attributes.readSingleAttribute(key, value, style, &viewport)) {
697 // readSingleAttribute(SP_ATTR_X, node->attribute("x"));
698 // readSingleAttribute(SP_ATTR_Y, node->attribute("y"));
699 // readSingleAttribute(SP_ATTR_DX, node->attribute("dx"));
700 // readSingleAttribute(SP_ATTR_DY, node->attribute("dy"));
701 // readSingleAttribute(SP_ATTR_ROTATE, node->attribute("rotate"));
702 // readSingleAttribute(SP_ATTR_TEXTLENGTH, node->attribute("textLength"));
703 // readSingleAttribute(SP_ATTR_LENGTHADJUST, node->attribute("lengthAdjust"));
706 bool TextTagAttributes::readSingleAttribute(unsigned key, gchar const *value, SPStyle const *style, Geom::Rect const *viewport) function in class:TextTagAttributes
708 // std::cout << "TextTagAttributes::readSingleAttribute
[all...]

Completed in 59 milliseconds