Browse Source

Update textarea.py (Sync Ver.200626)

hi80482 3 years ago
parent
commit
de39080d92
1 changed files with 2 additions and 2 deletions
  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):