Update textarea.py (Sync Ver.200626)

This commit is contained in:
hi80482
2020-07-03 17:44:16 +08:00
committed by GitHub
parent 40f2d51f76
commit de39080d92

View File

@@ -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):