From 9de32c65ba6dda96e0acfca62a005b07cb7b95de Mon Sep 17 00:00:00 2001 From: freebipman Date: Thu, 27 Aug 2020 09:22:54 +1000 Subject: [PATCH] =?UTF-8?q?CHG:=20=D0=9D=D0=B5=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=80=D0=B0=D1=81=D1=87?= =?UTF-8?q?=D1=91=D1=82=20=D1=88=D0=B8=D1=80=D0=B8=D0=BD=D1=8B=20=D1=82?= =?UTF-8?q?=D0=B5=D0=BA=D1=81=D1=82=D0=B0=20=D0=B2=20text=5Fout=5Fcenter?= =?UTF-8?q?=20=D0=B8=20text=5Fout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BipEmulator.Host/FtMaker.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/BipEmulator.Host/FtMaker.cs b/src/BipEmulator.Host/FtMaker.cs index c3ee11f..2974c9c 100644 --- a/src/BipEmulator.Host/FtMaker.cs +++ b/src/BipEmulator.Host/FtMaker.cs @@ -95,6 +95,9 @@ namespace BipEmulator.Host private int GetLetterWidth(char letter) { + if (_ftFile.Version == 9) + return 9; + int width = 0; if (_ftFile.Letters.ContainsKey((int)letter)) {