소스 검색

Update textarea.py (Sync Ver.200626)

hi80482 3 년 전
부모
커밋
de39080d92
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      sys.py/UI/textarea.py

+ 2 - 2
sys.py/UI/textarea.py

@@ -26,8 +26,8 @@ class Textarea(Widget):
         pass
     
     def Init(self):
-        self._FontObj = MyLangManager.TrFont("veramono24")
-        #pygame.font.Font(fonts_path["veramono"],24)
+        self._FontObj = MyLangManager.TrFont("Eurostile15")
+        #pygame.font.Font(fonts_path["Eurostile"],20)
 
     def SubTextIndex(self):