Thank you for your answer, but it does not work.
I use notepad++ and my .lua file with UTF-8 without BOM.
Here is my code and font file.
Search found 3 matches
- Fri Jun 22, 2012 1:52 pm
- Forum: Support and Development
- Topic: print Traditional Chinese
- Replies: 5
- Views: 3032
- Thu Jun 21, 2012 9:09 am
- Forum: Support and Development
- Topic: print Traditional Chinese
- Replies: 5
- Views: 3032
Re: print Traditional Chinese
Can you describe clearly?
Can you List some steps?
I will thank you very much for your help
Can you List some steps?
I will thank you very much for your help
- Thu Jun 21, 2012 6:14 am
- Forum: Support and Development
- Topic: print Traditional Chinese
- Replies: 5
- Views: 3032
print Traditional Chinese
sample code:
function love.draw()
love.graphics.print("你" , 200,200)
end
it will print a Garbled.
How can I solve it?
function love.draw()
love.graphics.print("你" , 200,200)
end
it will print a Garbled.
How can I solve it?