Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom font is not working properly: #27

Open
mawoon opened this issue Apr 18, 2017 · 5 comments
Open

Custom font is not working properly: #27

mawoon opened this issue Apr 18, 2017 · 5 comments

Comments

@mawoon
Copy link

mawoon commented Apr 18, 2017

With custom font its working for few font sizes .
Eg - if i use Proxima nova regular then it work with font size less then 15 pixel (for 2 line label) after that tappable area is not working.

@itruf
Copy link

itruf commented May 30, 2017

Having same issue

@andreyoshev
Copy link

Any progress?

@codeninja88
Copy link

I am having the same issue here also. Has anyone found a workable solution?

@ZavenArra
Copy link

Same issue

@Nipagohel
Copy link

Nipagohel commented May 20, 2019

Hello,
You can replace by this code

let attributes = [NSForegroundColorAttributeName: UIColor.black,NSFontAttributeName: UIFont.boldSystemFont(ofSize: 12.0)]

I'ts working in my project as I have replaced above code
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants