mgeisler / textwrap

An efficient and powerful Rust library for word wrapping text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show penalties per-line and in total

mgeisler opened this issue · comments

The Wasm demo should show the per-line penalties as well at the total penalty (perhaps only when using the optimal-fit wrap algorithm, so this depends on #321).