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

/inkscape/src/widgets/
H A Dtext-toolbar.cpp221 Inkscape::CSSOStringStream osfs; local
224 osfs << sp_style_css_size_units_to_px(size, unit) << sp_style_get_css_unit_string(SP_CSS_UNIT_PX);
226 osfs << size << sp_style_get_css_unit_string(unit);
228 sp_repr_css_set_property (css, "font-size", osfs.str().c_str());
545 Inkscape::CSSOStringStream osfs; local
547 osfs << gtk_adjustment_get_value(adj) << unit->abbr;
550 osfs << Quantity::convert(gtk_adjustment_get_value(adj), unit, "px") << "px";
552 sp_repr_css_set_property (css, "line-height", osfs.str().c_str());
703 Inkscape::CSSOStringStream osfs; local
705 osfs << line_heigh
758 Inkscape::CSSOStringStream osfs; local
796 Inkscape::CSSOStringStream osfs; local
[all...]

Completed in 147 milliseconds