skia_canvas icon indicating copy to clipboard operation
skia_canvas copied to clipboard

Can't show Japanese letters

Open ghost opened this issue 1 year ago • 2 comments

I tried to fillText() in Japanese, but I can't.

context.font = '50px serif'

But it shows Screenshot from 2023-04-05 21-25-32

What should I do?

ghost avatar Apr 05 '23 12:04 ghost

Have you tried loading a Japanese font? Try the Fonts API to register the font.

DjDeveloperr avatar Apr 05 '23 14:04 DjDeveloperr

Sorry, how to load Japanese fonts?

ghost avatar Apr 06 '23 22:04 ghost