lexrus / LTMorphingLabel

[EXPERIMENTAL] Graceful morphing effects for UILabel written in Swift.
MIT License
8.07k stars 782 forks source link

Changing the font size causes the label's text to stretch out or compress #62

Closed Sweeper777 closed 8 years ago

Sweeper777 commented 8 years ago

Originally, the label looks like this:

screen shot 2016-07-30 at 11 05 08 am

After setting the font size using:

label.font = UIFont.systemFontOfSize(16)

It becomes this:

screen shot 2016-07-30 at 11 05 28 am

The spacing between the characters are all messed up.

lexrus commented 8 years ago

Fixed in https://github.com/lexrus/LTMorphingLabel/commit/624651164c63c61e16c810a856ef2f4f4bb8889a

Sweeper777 commented 8 years ago

Thanks :)