Update text_bulletinboard.py (Sync Ver.200626)

This commit is contained in:
hi80482 2020-07-03 17:42:35 +08:00 committed by GitHub
parent 08c6c70cfb
commit 40f2d51f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ from textarea import Textarea
class Word:
_T = ""
_Color = MySkinManager.GiveColor('Text') ## default text color
_FontObj = MyLangManager.TrFont("varela12") ##default font
_FontObj = MyLangManager.TrFont("Eurostile12") ##default font
_Size = 12
_Bold = False
_UndLine = False