From d900bfc9f17eea5b0d2439e976609aeb2be85e25 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 29 Oct 2011 22:21:40 +0200 Subject: minor font fix (D) --- lib/App/VRR/Fakedisplay.pm | 2 +- share/font.png | Bin 636 -> 637 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/VRR/Fakedisplay.pm b/lib/App/VRR/Fakedisplay.pm index 2546248..58edb4a 100644 --- a/lib/App/VRR/Fakedisplay.pm +++ b/lib/App/VRR/Fakedisplay.pm @@ -59,7 +59,7 @@ sub locate_char { given ($char) { when (/[WwMm]/) { $w = 8 } - when (/[BDEFrt ]/) { $w = 5 } + when (/[BEFkrt ]/) { $w = 5 } when (/[il1:]/) { $w = 4 } when (/[.,]/) { $w = 3 } } diff --git a/share/font.png b/share/font.png index 893b2e4..47cb6f8 100644 Binary files a/share/font.png and b/share/font.png differ -- cgit v1.2.3