skia_canvas
skia_canvas copied to clipboard
Can't show Japanese letters
I tried to fillText()
in Japanese, but I can't.
context.font = '50px serif'
But it shows
What should I do?
Have you tried loading a Japanese font? Try the Fonts API to register the font.
Sorry, how to load Japanese fonts?