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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp1827 double difference = _flow.textLength.computed - actual_length; local
1828 _flow.textLengthMultiplier = (actual_length + difference) / actual_length;
1829 _flow.textLengthIncrement = difference / (_flow._characters.size() == 1? 1 : _flow._characters.size() - 1);

Completed in 36 milliseconds