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

/inkscape/src/
H A Dstyle.h150 SPIEnum text_orientation; member in class:SPStyle
/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp120 SPCSSTextOrientation text_orientation; member in struct:Inkscape::Text::Layout::Calculator::UnbrokenSpan
369 if( text_source->style->text_orientation.computed == SP_CSS_TEXT_ORIENTATION_SIDEWAYS ||
370 (text_source->style->text_orientation.computed == SP_CSS_TEXT_ORIENTATION_MIXED &&
622 new_span.text_orientation = unbroken_span.text_orientation;
731 if( new_span.text_orientation == SP_CSS_TEXT_ORIENTATION_SIDEWAYS ||
732 (new_span.text_orientation == SP_CSS_TEXT_ORIENTATION_MIXED &&
1385 new_span.text_orientation = (SPCSSTextOrientation)text_source->style->text_orientation.computed;
H A DLayout-TNG.h849 SPCSSTextOrientation text_orientation; member in struct:Inkscape::Text::Layout::Span

Completed in 63 milliseconds