kumo icon indicating copy to clipboard operation
kumo copied to clipboard

about default font "Comic Sans"

Open hilecx opened this issue 8 years ago • 2 comments

I deploy my app on centos6, but the chinese chars can not displayed in picture which generated by kumo。

I used following code to make sure that my linux has the font "Comic Sans" . GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames();

So I tried some other fonts (songti \AR PL UMing CN ..), they worked well。 I guess there is something wrong with "Comic Sans"。


btw: After some search work.. I found a website :http://bancomicsans.com/main/

hilecx avatar Jun 13 '16 09:06 hilecx

Thanks. I'll do some research in finding a better default font. I may also add functionality that will attempt multiple default fonts and ensure it only selects a font that exists on the system. :)

kennycason avatar Jun 14 '16 00:06 kennycason

@hilecx I wanted to follow up on this. Do you have any recommendation for a good default font? I'm planning on improving font loading/support/sane fallbacks.

kennycason avatar Aug 16 '18 23:08 kennycason