Searched defs:line_height_multiplier (Results 1 - 1 of 1) 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 );

Completed in 22 milliseconds