On 04/19/2014 07:43 PM, Dirk Hohndel wrote:
On Sat, 2014-04-19 at 19:26 +0200, Robert C. Helling wrote:
Am 19.04.2014 um 19:11 schrieb Richard DePas <[email protected]>:
Calibri is installed on the machine. 'MS Shell Dlg 2' comes up by default.
Selecting Calibri in the Preferences does correct the subscript issue.
Same here.
Thanks. Since Calibri has been included since Windows Vista and since XP
has now officially been EOLed... I think we should just switch to
Calibri as default font.
I think Gehad is working on a patch to do so.
I attached a patch that changes the default font on Windows, I didn't
test the patch I don't build on windows.
Also if some QSettings were previously set to another font this deafult
font will be replaced.
--
Regards,
Gehad Elrobey
>From 4c3d1362ab4f5dd08eb1f7e01b38a20674c9dea5 Mon Sep 17 00:00:00 2001
From: Gehad elrobey <[email protected]>
Date: Sat, 19 Apr 2014 20:02:45 +0200
Subject: [PATCH] Change the default font on Windows to Calibri
Changing the default font on Windows to Calibri instead of Sans to fix
the subscript issue.
Signed-off-by: Gehad elrobey <[email protected]>
---
windows.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows.c b/windows.c
index fbc8788..d2ba119 100644
--- a/windows.c
+++ b/windows.c
@@ -11,7 +11,7 @@
#include <dirent.h>
#include <zip.h>
-const char system_divelist_default_font[] = "Sans";
+const char system_divelist_default_font[] = "Calibri";
const int system_divelist_default_font_size = 8;
void subsurface_user(struct user_info *user)
--
1.8.3.2
_______________________________________________
subsurface mailing list
[email protected]
http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface