From 0943b67acc5edd2e4850bc99af9ea810ce341a6d Mon Sep 17 00:00:00 2001 From: Emantor <phoenix@emantor.de> Date: Tue, 17 Jun 2014 01:32:04 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=99=20to=20font?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/bitmapfont.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/bitmapfont.py b/python/bitmapfont.py index 14ed479..4c9bd35 100644 --- a/python/bitmapfont.py +++ b/python/bitmapfont.py @@ -11,7 +11,7 @@ FONT = { "$": [0x24,0x2A,0x7F,0x2A,0x12], "%": [0x23,0x13,0x08,0x64,0x62], "&": [0x36,0x49,0x55,0x22,0x50], - "'": [0x00,0x00,0x03,0x00,0x00], + "'": [0x00,0x00,0x03,0x00,0x00], "(": [0x00,0x1C,0x22,0x41,0x00], ")": [0x00,0x41,0x22,0x1C,0x00], "*": [0x14,0x08,0x3E,0x08,0x14], @@ -113,6 +113,7 @@ FONT = { u"Ü": [0x3E,0x41,0x40,0x41,0x3E], u"Ö": [0x3C,0x43,0x42,0x43,0x3C], u"ß": [0x7F,0x01,0x49,0x4e,0x30], + u"’": [0x00,0x00,0x03,0x00,0x00], } import client -- GitLab