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

/inkscape/src/libnrtype/
H A DLayout-TNG-OutIter.cpp254 Geom::Path Layout::baseline() const function in class:Inkscape::Text::Layout
266 Geom::Path baseline; local
267 baseline.start(left_pt);
268 baseline.appendNew<Geom::LineSegment>(right_pt);
270 return baseline;
510 // up to now *position is the baseline point, not the final point which will be the bottom of the descent
/inkscape/src/extension/internal/
H A Dtext_reassemble.c428 \brief Find baseline on Y axis of a complex.
429 If the complex is a TR_TEXT or TR_LINE find its baseline.
430 If the complex is TR_PARA_[UCLR]J find the baseline of the last line.
431 If there are multiple text elements in a TR_LINE, the baseline is that of the
435 \return Returns 0 if it cannot determine a baseline, else returns the baseline Y coordinate.
442 double baseline=0; local
457 baseline = bri->rects[trec].yll - tpi->chunks[trec].boff;
483 baseline = bri->rects[trec].yll - tpi->chunks[trec].boff;
490 baseline
[all...]

Completed in 306 milliseconds