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

/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp182 Geom::Point textBox = desktop->w2d(Geom::Point(fontsize * 3, fontsize / 2)); local
183 textBox[Geom::Y] = std::abs(textBox[Geom::Y]);
185 visibleArea = Geom::Rect(visibleArea.min()[Geom::X] + textBox[Geom::X],
186 visibleArea.min()[Geom::Y] + textBox[Geom::Y],
187 visibleArea.max()[Geom::X] - textBox[Geom::X],
188 visibleArea.max()[Geom::Y] - textBox[Geom::Y]);

Completed in 17 milliseconds