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

/inkscape/src/libnrtype/
H A DLayout-TNG.h72 - Paragraph: Err...A paragraph. Contains one or more...
123 that there's no O(1) way to drill down from a paragraph to find its
194 /** For expressing paragraph alignment. These values are rotated in the
195 case of vertical text, but are not dependent on whether the paragraph is
264 appendText() with an empty string to set up the paragraph properties.
444 The first glyph is also the first character, line, paragraph, etc. */
588 /** Returns the zero-based number of the paragraph containing the
592 /** Returns the actual alignment used for the paragraph containing
595 the paragraph's directionality. For vertical text, LEFT is top
837 inline Paragraph const & paragraph(Layou function in struct:Inkscape::Text::Layout::Character
856 inline Paragraph const & paragraph(Layout const *l) const {return l->_paragraphs[l->_lines[l->_chunks[in_chunk].in_line].in_paragraph];} function in struct:Inkscape::Text::Layout::Span
[all...]

Completed in 18 milliseconds