On Fri, Jun 17, 2022 at 3:00 AM Laslo Hunhold <d...@frign.de> wrote: > I pushed line-break-detection[0][1] just yesterday. The functions > > size_t grapheme_next_line_break(const uint_least32_t *, size_t); > > and > > size_t grapheme_next_line_break_utf8(const char *, size_t); > > should be just the ones you'll need, depending on your internal > representation. It will give you the respective next line break > opportunity.
Thank you. I'll look into adding it as an alternative to Tuxmath dependencies once it's released. I also added libgrapheme to the Delightful C Software list on Codeberg.