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

/inkscape/src/libnrtype/
H A DLayout-TNG.h478 iterator getLetterAt(double x, double y) const;
479 inline iterator getLetterAt(Geom::Point &point) const;
1105 inline Layout::iterator Layout::getLetterAt(Geom::Point &point) const function in class:Inkscape::Text::Layout
1106 {return getLetterAt(point[0], point[1]);}
H A DLayout-TNG-OutIter.cpp159 Layout::iterator Layout::getLetterAt(double x, double y) const function in class:Inkscape::Text::Layout

Completed in 794 milliseconds