-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Hello.
I am interested in RLTK recently.
As a Korean, I want to make the Korean language support.
So I tried to print Hangul(Korean characters) to the console.
But 'main' has panicked.
I managed to find that the PNG font file caused the panic.
There is no combined hangul at all.
So, here's questions:
- How can I append this font file?
I have some pixelated Hangul fonts that fit 16x16 size, but I do not know how this PNG file was made.
Let me know how you build this image, please? - It panicked at hal\gl_common\backing\simple_console_backing.rs:119:21
It panicked due toas
, and the message was not much helpful.
(thread 'main' panicked at 'attempt to subtract with overflow'
)
How about usingTryFrom
orTryInto
withexpect
?
Thank you.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed