Add simple per-glyph wrapping option

This commit is contained in:
Jeremy Soller 2022-10-26 19:56:13 -06:00
parent 57feeb2901
commit 5d1aa8b814
3 changed files with 85 additions and 7 deletions

View file

@ -153,6 +153,7 @@ fn main() {
}
line.attrs_list = attrs_list;
line.wrap_simple = true;
line.reset();
}