Wrapping text with variable-width fonts #312
mgeisler
started this conversation in
Show and tell
Replies: 1 comment
-
This was inspired by the discussions with @NeverGivinUp in #311 and earlier discussions with @truchi in #300. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I've made a little demo of how Textwrap can be used to wrap non-monospace text. This became possible with version 0.13 which allowed you to provide your own
Fragment
implementation. The example uses WebAssembly to let Textwrap run in the browser.Try it out here: https://mgeisler.github.io/textwrap/
The code is in #310, please take a look!
Beta Was this translation helpful? Give feedback.
All reactions