Lines Matching full:paragraph
14 * \brief C++ API: Paragraph Layout
41 * Clients can use this to break a paragraph into lines, and to display the glyphs in each line.
192 * a paragraph. A visual run is text which is in the same font,
196 * the original character array which was used to create the paragraph.
270 * the glyph array to indices into the character array used to create the paragraph.
354 * Construct a <code>ParagraphLayout</code> object for a styled paragraph. The paragraph is specified
365 * @param chars is an array of the characters in the paragraph
367 * @param count is the number of characters in the paragraph.
383 * @param paragraphLevel is the directionality of the paragraph, as in the UBiDi object.
385 * @param vertical is <code>TRUE</code> if the paragraph should be set vertically.
417 * Examine the given styled paragraph and determine if it contains any text which
421 * @param chars is an array of the characters in the paragraph
423 * @param count is the number of characters in the paragraph.
427 * @return <code>TRUE</code> if the paragraph contains complex text.
437 * @param chars is an array of the characters in the paragraph
439 * @param count is the number of characters in the paragraph.
450 * Return the resolved paragraph level. This is useful for those cases
452 * strong character in the paragraph.
454 * @return the resolved paragraph level.
461 * Return the directionality of the text in the paragraph.
473 * in the paragraph.
483 * in the paragraph.
493 * in the paragraph.
502 * Reset line breaking to start from the beginning of the paragraph.
512 * Convenience method for determining if paragraph layout processing is complete ( i.e. there
524 * in the paragraph. The width of the line is specified each time so that it can
525 * be varied to support arbitrary paragraph shapes.
529 * rest of the paragraph will be returned.
533 * more lines in the paragraph.