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

/inkscape/src/
H A Dsp-flowtext.cpp163 SPCSSAttr *opts = sp_repr_css_attr(this->getRepr(), "inkscape:layoutOptions"); local
165 gchar const *val = sp_repr_css_property(opts, "justification", NULL);
181 gchar const *val = sp_repr_css_property(opts, "layoutAlgo", NULL);
196 gchar const *val = sp_repr_css_property(opts, "par-indent", NULL);
205 sp_repr_css_attr_unref(opts);

Completed in 1034 milliseconds