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

/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp835 gchar *totallength_str = g_strdup_printf(precision_str.str().c_str(), totallengthval * scale, unit_name.c_str()); local
836 setLabelText(totallength_str, middle, fontsize, Geom::rad_from_deg(180) - ray.angle(), color);
837 g_free(totallength_str);

Completed in 18 milliseconds