From 9aede245f2e5e60bd575d90a3c0a16ea2f364638 Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Fri, 3 Jul 2020 17:31:57 +0800 Subject: [PATCH] Update keyboard.py (Sync Ver.200626) --- sys.py/UI/keyboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys.py/UI/keyboard.py b/sys.py/UI/keyboard.py index 51aa395..6c58652 100644 --- a/sys.py/UI/keyboard.py +++ b/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)