Browse Source

Update keyboard.py (Sync Ver.200626)

hi80482 3 years ago
parent
commit
9aede245f2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sys.py/UI/keyboard.py

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

@@ -107,7 +107,7 @@ class Keyboard(Page):
         self._Width = self._Screen._Width
         self._Height = self._Screen._Height
         
-        fontobj = MySkinManager.GiveFont("veramono24")
+        fontobj = MySkinManager.GiveFont("varela24")
         word_margin = 15
 
         start_x = (self._Width - fontobj.size( "".join(self._Secs[0][0]))[0]-len(self._Secs[0][0])*word_margin)/2+word_margin/2
@@ -140,7 +140,7 @@ class Keyboard(Page):
                     else:
                         if val == "_S":
                             val = "Space"
-                            ti._FontObj = MySkinManager.GiveFont("veramono15")
+                            ti._FontObj = MySkinManager.GiveFont("Eurostile15")
                             ti._Bold = True
                         
                         cur_alpha_size  = ti._FontObj.size( val)