Search found 1 match
- Mon May 10, 2010 2:07 pm
- Forum: Support and Development
- Topic: Can you do support Chinese font
- Replies: 10
- Views: 10691
Can you do support Chinese font
For example: The following is my example code. --载入字体文件 --Load Font files function love.load() local f = love.graphics.newFont("fonts/simkai.ttf", 16) love.graphics.setFont(f) end --载入主界面 --load MainTitle files function love.load() maintitle = love.graphics.newImage("images/maintitle....