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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp1569 FontMetrics new_span_height = new_span.start.iter_span->line_height; local
1570 new_span_height.computeEffective( new_span.start.iter_span->line_height_multiplier );
1573 if ( new_span_height.ascent > line_height->ascent + std::numeric_limits<float>::epsilon() ||
1574 new_span_height.descent > line_height->descent + std::numeric_limits<float>::epsilon() ) {
1576 line_height->max(new_span_height);

Completed in 19 milliseconds