What is a ttf font I can freely use that covers Chinese, Japanese and Korean for Java

Paul Taylor :

On a blackbox linux system neither the system or the openjdk had any fonts so this caused issue for my Java application.

So far to get round this I have copied the Lucida fonts from an Oracle Java install into the jre/lib/fonts dir and ran fc-cache -rv jre/lib/fonts and that has worked for me.

But it seems these standard fonts do not support CKJ scripts, what is a font I can copy to fonts that will add support for these scripts for my Java application.

Note I cannot run install or similar on the linux machine I need a font I can just bundle with my application that I can then copy to the jre/lib/fonts folder.

RoelN :

You could take a look at Noto, which will "support all languages with a harmonious look and feel."

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=463667&siteId=1