forked from joejulian/gio
5b40d3cd47
This commit adds a new flag to glyphs indicating that they are the beginning of a new paragraph, as well as adding a guarantee that a glyph with this flag will always follow a glyph with FlagParagraphBreak, even if a paragraph break is the last rune in the text. This helps widgets to find the boundaries and positions of text ending with newlines reliably. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>