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

/inkscape/src/
H A Dstyle.h138 SPILengthOrNormal letter_spacing; member in class:SPStyle
/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp155 double letter_spacing; // Save so we can subtract from width at end of line (for center justification) member in struct:Inkscape::Text::Layout::Calculator::BrokenSpan
385 char_width += text_source->style->letter_spacing.computed * _flow.getTextLengthMultiplierDue();
404 // Width should not include letter_spacing (or word_spacing) after last letter at end of line.
406 double test_width = span->width - text_source->style->letter_spacing.computed;
408 // Save letter_spacing and word_spacing for subtraction later if span is last span in line.
409 span->letter_spacing = text_source->style->letter_spacing.computed;
834 advance_width += text_source->style->letter_spacing.computed * _flow.getTextLengthMultiplierDue();
942 letter_spacing = 0.0;
1662 chunk_info->back().broken_spans.back().width -= chunk_info->back().broken_spans.back().letter_spacing;
[all...]

Completed in 22 milliseconds