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

/inkscape/src/
H A Dsp-glyph.cpp45 this->readAttr( "arabic-form" );
153 glyphArabicForm form = sp_glyph_read_arabic_form(value); local
155 if (this->arabic_form != form){
156 this->arabic_form = form;
230 this->readAttr( "arabic-form" );
254 sp_repr_set_svg_double(repr, "arabic-form", (double) glyph->arabic_form);
269 COPY_ATTR(repr, this->getRepr(), "arabic-form");

Completed in 14 milliseconds