Chinese font rendering in iOS -


the results when rendering chinese text in uitableviewcell pretty bad: table view

i think because of fallback font rendering behaviour: locale english, i'm rendering simplified chinese text.

i think behaviour because system helvetica has glyphs of characters in text.

is there way can set fallback chinese font renders english text in helvetica, chinese text in given font has of simplified glyphs?

it’s because of wrong language precedence. if set preferred language order english, 简体中文, issue not exist.

for example, “允” shared character between chinese , japanese. if system doesn’t know correct language order, might choose wrong font character, in case, japanese font.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -