sttk / linebreak

A library for breaking a given text into lines within a specified width.
MIT License
0 stars 0 forks source link

new: added TextWidth function that calculate the text width #10

Closed sttk closed 12 months ago

sttk commented 12 months ago

This PR adds a new function: TextWidth which calculates the width of the specified text taking into account UAX11.

Closes #9