ng2-fittext
ng2-fittext copied to clipboard
Improve performance
Problem: It's seems that the approach that we're using now, so, checking the font overflow to find the font size that permit the text to fit into the container, it's very slow.
It should be nice to share here some method (linear in time or lower) that permit to compute the right font for the text. Feel free to share any suggestion.