Closed thuai closed 7 years ago
I want to get a bold UIFont object. Here is my code.
UILabe { font bold 20 }
I can't work. I've saw the source, it looks like not support bold.
Anyone know how to get a bold font? Thanks very much!
Try this
UILabel { font: HelveticaNeue-Bold 20; }
@thuai , I've verified that @ArtFeel has provided the correct answer. Can we close this issue?
@dnedrow @ArtFeel Thanks. That works for me.
I want to get a bold UIFont object. Here is my code.
I can't work. I've saw the source, it looks like not support bold.
Anyone know how to get a bold font? Thanks very much!