Compare commits

...

3 Commits

Author SHA1 Message Date
WONIU 5d9dbb97a9 Merge remote-tracking branch 'origin/dong' into yi 2024-12-27 23:17:53 +08:00
Lenheart 2709c51ec5 no message 2024-12-27 22:44:45 +08:00
Lenheart a88e254b73 修复字体清空画布 2024-12-27 16:23:41 +08:00
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

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