-
替换font_default.ttf 为 unifont字体 (比如从这里下载一个:unifont )
-
修改Kha源码
git源码位置: https://github.com/Kode/Kha/blob/master/Sources/kha/graphics2/Graphics.hx#L141
将
public static var fontGlyphs: Array<Int> = [for (i in 32...256) i];
修改为:
public static var fontGlyphs: Array<Int> = [for (i in 32...40869) i];
- 在blender中完善canvas时应该不能直接输入中文,可以在对应的源码
_canvas.json
中输入中文。