Chinese font cut off in iOS app with custom font -
we're localizing our iphone app various languages, 1 of them being chinese. throughout app use menlo font, when ios has display chinese characters cut off @ top. guess because menlo not feature these characters , ios has fall system font chinese has different line height?
what recommended approach here?
if using custom table cell try increase height of textview.
if using default tableview cell can try setting font size 0, text should auto-sized appropriate.
hope helps.. :)
Comments
Post a Comment