1

I was wondering if there is a built-in font for Japanese kana in the iPhone OS?

I was wanting to display kana characters and figured it would be easier to generate them in a UILabel as text versus creating a .PNG and display them in a UIImageView. I would want this to be available to non-Japanese iPhones/iPods. I'm not 100% aware if there are differences in the localizations of them as I could not find any of this info in the Dev. Center. Thank you for our time!

4

1 に答える 1

2

はい、ひらがな、カタカナ、漢字を含むフォントがあります。ただし、フォントのスタイルを指定する方法があるかどうかはわかりません。

'NSString' に直接日本語を入力してラベル テキストを設定すると、問題なく表示されます。

**編集: ** iPhone でこのフォントのリストを見つけました。このリストには、日本語フォント「ヒラギノ角ゴシック ProN W3」がリストされています。Macでも見られる、標準の日本語フォントです。太字バージョンもあります。丸みを帯びたバージョンはないようで、ゴシックのみです。

http://www.alexcurylo.com/blog/2008/10/05/snippet-available-uifonts/

于 2010-01-16T16:20:22.950 に答える