浏览代码

Set initial font glyphs for baked font

luboslenco 2 年之前
父节点
当前提交
12e370c87e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      armorpaint/Sources/arm/App.hx

+ 1 - 0
armorpaint/Sources/arm/App.hx

@@ -169,6 +169,7 @@ class App {
 					// Baked font for fast startup
 					// Baked font for fast startup
 					if (Config.raw.locale == "en") {
 					if (Config.raw.locale == "en") {
 						font.font_ = Krom.g2_font_13(font.blob.bytes.getData());
 						font.font_ = Krom.g2_font_13(font.blob.bytes.getData());
+						font.fontGlyphs = kha.graphics2.Graphics.fontGlyphs;
 					}
 					}
 
 
 					colorWheel = imageColorWheel;
 					colorWheel = imageColorWheel;