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

/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp173 double scaledFontsize = std::abs(fontsize * desktop->w2d(Geom::Point(0, 1.0))[Geom::Y]); local
174 if (std::abs((where - endPoint).length()) < scaledFontsize) {
175 where[Geom::Y] += scaledFontsize * 2;

Completed in 17 milliseconds