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

/inkscape/src/libnrtype/
H A DLayout-TNG.h78 - Span: A convenient subset of a chunk with the same font, style,
811 struct Span;
825 inline Span const & span(Layout const *l) const {return l->_spans[l->_characters[in_character].in_span];}
834 inline Span const & span(Layout const *l) const {return l->_spans[in_span];}
840 struct Span { struct in class:Inkscape::Text::Layout
868 Direction base_direction; /// can be overridden by child Span objects
874 std::vector<Span> _spans;
895 EMIT_PREDICATE(PredicateLineToSpan, Span, _flow->_chunks[object.in_chunk].in_line);

Completed in 14 milliseconds