소스 검색

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
 					if (Config.raw.locale == "en") {
 						font.font_ = Krom.g2_font_13(font.blob.bytes.getData());
+						font.fontGlyphs = kha.graphics2.Graphics.fontGlyphs;
 					}
 
 					colorWheel = imageColorWheel;