Issue with the size of japanese characters (hiragana / katakana / kanji) [closed]

StackOverflow https://stackoverflow.com/questions/23635528

  •  21-07-2023
  •  | 
  •  

문제

I'm trying to realize a simple software that should use both standard european characters and japanese characters (hiragana / katakana / kanji), but I'm experiencing the following problem. I would like to make the japanese text bigger, but if I set a higher number as font dimension I start seeing squares instead of characters, while if I keep standard dimension everything is fine. How can I see bigger japanese fonts?

도움이 되었습니까?

해결책

You need to install a font able to display Japanese characters,

for example one of this,

and then set it to be used by your components, replacing the default one (that is dependent on your Operative System / Look and Feel).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top