lexrus / LTMorphingLabel

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

Kerning #4

Closed MichMich closed 10 years ago

MichMich commented 10 years ago

Nice piece of work!

I don't know if it is any interest to you, but you might wanna check out: https://github.com/MichMich/XMCircleType to see how I solved the kerning issue.

Keep up the good work!

Cheers, Michael

lexrus commented 10 years ago

Thank you, Michael.

Your kerningForCharacter: function is brilliant :)

Sent from my iPhone

On Jul 1, 2014, at 6:46 PM, Michael Teeuw notifications@github.com wrote:

Nice piece of work!

I don't know if it is any interest to you, but you might wanna check out: https://github.com/MichMich/XMCircleType to see how I solved the kerning issue.

Keep up the good work!

Cheers, Michael

— Reply to this email directly or view it on GitHub.

MichMich commented 10 years ago

Thanks! Hope it helps.