DjDeveloperr / skia_canvas

Fast HTML Canvas API implementation for Deno using Google Skia
https://deno.land/x/skia_canvas
Apache License 2.0
124 stars 7 forks source link

Can't show Japanese letters #53

Open ghost opened 1 year ago

ghost commented 1 year ago

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?

DjDeveloperr commented 1 year ago

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

ghost commented 1 year ago

Sorry, how to load Japanese fonts?