static List<String> parseFlatLineTexts(Iterable<String> graphemes) => _parseFlatLineTextsWithLengths(graphemes).lineTexts;