Compare commits

..

No commits in common. "5d9dbb97a9478bcd205dd20d98710079ebe53fc7" and "b3430771e50ad97034eaf189ccfffb44d02c1216" have entirely different histories.

2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -10,8 +10,8 @@ class _FontAssetManager_ {
//初始化字体
function InitFont() {
//普通宋体小字
// Font.PreLoad("新宋体");
Font("新宋体", 11.5).Register(0);
Font.PreLoad("Fonts/Gasinamu.ttf");
Font("gasinamu", 11.5).Register(0);
}
constructor() {