diff --git a/TranslationApp/TextPreview.cs b/TranslationApp/TextPreview.cs index 8a9f580..04f7e38 100644 --- a/TranslationApp/TextPreview.cs +++ b/TranslationApp/TextPreview.cs @@ -146,7 +146,7 @@ public font_glyph(byte x, byte y) /* 「 */ new font_glyph(10, 01), /* 」 */ new font_glyph(01, 11), /* 〜 */ new font_glyph(05, 06), - /* _ */ new font_glyph(00, 00), + /* _ */ new font_glyph(05, 06), /* 、 */ new font_glyph(00, 13), /* 。 */ new font_glyph(01, 12), };