tobihagemann / THLabel

UILabel subclass, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.
https://tobiha.de
Other
665 stars 111 forks source link

About Vertical alignment #20

Closed avocet closed 9 years ago

avocet commented 10 years ago

Hello, I used THLabel 1.0.3 and it works fine in my app. But after updating to THLabel 1.3.1, it has Chinese font vertical alignment problem. English font is normal . How can I solve this problem ? ios_simulator_screen_shot_2014 9 9 _ 8_31_33 ios_simulator_screen_shot_2014 9 9 _ 8_39_58

tobihagemann commented 10 years ago

Could you try out the latest THLabel version? Maybe the problem is resolved there. If this doesn't help, could you send me a minimal example project to tobias.hagemann@gmail.com?

tobihagemann commented 9 years ago

I've updated THLabel to version 1.4.3, maybe this will fix your issue. There was a bug regarding clipsToBounds with special characters.

avocet commented 9 years ago

It works after updating to version 1.4.3 Thank you !!