Search found 3 matches

by Eisekson
Fri Jun 22, 2012 1:52 pm
Forum: Support and Development
Topic: print Traditional Chinese
Replies: 5
Views: 2923

Re: print Traditional Chinese

Thank you for your answer, but it does not work.

I use notepad++ and my .lua file with UTF-8 without BOM.

Image

Here is my code and font file.
by Eisekson
Thu Jun 21, 2012 9:09 am
Forum: Support and Development
Topic: print Traditional Chinese
Replies: 5
Views: 2923

Re: print Traditional Chinese

Can you describe clearly?

Can you List some steps?

I will thank you very much for your help
by Eisekson
Thu Jun 21, 2012 6:14 am
Forum: Support and Development
Topic: print Traditional Chinese
Replies: 5
Views: 2923

print Traditional Chinese

sample code:

function love.draw()
love.graphics.print("你" , 200,200)
end

it will print a Garbled.

How can I solve it?