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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp118 double line_height_multiplier; /// calculated from the font-height css property member in struct:Inkscape::Text::Layout::Calculator::UnbrokenSpan
198 // Returns line_height_multiplier
1132 * Finds the value of line_height_multiplier given the 'line-height' property. The result of
1133 * multiplying \a l by \a line_height_multiplier is the inline box height as specified in css2
1378 new_span.line_height_multiplier = _computeFontLineHeight( text_source->style );
1395 new_span.line_height_multiplier = _computeFontLineHeight( text_source->style );
1401 new_span.line_height_multiplier = LINE_HEIGHT_NORMAL;
1570 new_span_height.computeEffective( new_span.start.iter_span->line_height_multiplier );
1644 span_height.computeEffective( it_span->start.iter_span->line_height_multiplier );
H A DLayout-TNG-Output.cpp116 void Layout::FontMetrics::computeEffective( const double &line_height_multiplier ) {
117 double half_leading = 0.5 * (line_height_multiplier - 1.0) * emSize();

Completed in 23 milliseconds