sttk / linebreak

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

Add function to calculate the text width taking into account UAX11 #9

Closed sttk closed 12 months ago

sttk commented 12 months ago

It is convenient to have the function which calculates the width of the text taking into account UAX11 by using runeWidth function.