pangoFindParagraphBoundary
Locates a paragraph boundary in text. A boundary is caused by
delimiter characters, such as a newline, carriage return, carriage
return-newline pair, or Unicode paragraph separator character. The
index of the run of delimiters is returned in
paragraph.delimiter.index. The index of the start of the paragraph
(index after all delimiters) is stored in next.paragraph.start.
pangoFindParagraphBoundary(text, length = -1)
|
[character] UTF-8 text |
|
[integer] length of |
If no delimiters are found, both paragraph.delimiter.index and
next.paragraph.start are filled with the length of text (an index one
off the end).
A list containing the following elements:
|
[integer] return location for index of delimiter |
|
[integer] return location for start of next paragraph |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.