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

/inkscape/src/
H A Dstyle.h140 SPILengthOrNormal word_spacing; member in class:SPStyle
/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp156 double word_spacing; member in struct:Inkscape::Text::Layout::Calculator::BrokenSpan
387 char_width += text_source->style->word_spacing.computed * _flow.getTextLengthMultiplierDue();
404 // Width should not include letter_spacing (or word_spacing) after last letter at end of line.
405 // word_spacing is attached to white space that is already removed from line end (?)
408 // Save letter_spacing and word_spacing for subtraction later if span is last span in line.
410 span->word_spacing = text_source->style->word_spacing.computed;
832 advance_width += text_source->style->word_spacing.computed * _flow.getTextLengthMultiplierDue() + add_to_each_whitespace; // justification
943 word_spacing = 0.0;

Completed in 38 milliseconds