I want to set Italic Font Style in UITextView, but Italic Font just not work for Chinese/Japanese/Korean on iOS 7.Could anyone help?
Italic Font not work for Chinese/Japanese/Korean on iOS 7
3.8k views Asked by patgdut AtThere are 3 answers
I’m not solving your problem, but to remind you that this kind of “programmatic italic font” has really bad readability.
For CJK text, the right way to express emphasis (or quote) is to use another style (usually serif font). For Simplified Chinese, use Songti, Fangsong, or Kaiti instead of oblique for emphasis if your normal text is using Heiti (iOS default). I’m not very familiar with Korean and Japanese, but they use similar approaches.
Here is a font list for iOS 7: http://support.apple.com/kb/HT5878?viewlocale=en_US&locale=en_US Japanese Mincho font “Hiragino Mincho ProN” is available directly. Extra Chinese fonts are not installed by default. You’ll need to download first. Please refer to this example for how to install additional system-provided fonts: https://github.com/fdstevex/FDSFontDownloader/ .
I know it’s a little bit complicated, but this is really how we do italic.
Because there are no italic styled Chinese fonts on iOS, you need to use affine transformation to slant the normal styled Chinese font.
The code below gives a 15° slant to
Heiti SC Medium
:Real effect: