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?

settings screen

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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -