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)) {