patch: GUI font size on UNIX


Subject: patch: GUI font size on UNIX
From: WJCarpenter (bill-abisource@carpenter.ORG)
Date: Wed Jul 12 2000 - 14:55:12 CDT


That attached patch (against 071200 sources) changes the hardwired GUI
font size from 10pt to 12pt. That font is used in the status bar and
to put the numbers on the rulers.

BTW, was anyone else on Unix seeing the previous font as being too
small? Does the new font (after this patch) look bad for anyone? It
looks great here.

-- 
bill@carpenter.ORG (WJCarpenter)    PGP 0x91865119
38 95 1B 69 C9 C6 3D 25    73 46 32 04 69 D6 ED F3

diff -ru abi-071200-ORIG/src/af/gr/unix/gr_UnixGraphics.cpp abi-071200/src/af/gr/unix/gr_UnixGraphics.cpp --- abi-071200-ORIG/src/af/gr/unix/gr_UnixGraphics.cpp Sun Jul 9 13:54:11 2000 +++ abi-071200/src/af/gr/unix/gr_UnixGraphics.cpp Wed Jul 12 12:38:30 2000 @@ -293,7 +293,7 @@ UT_ASSERT(font); // bury it in a new font handle - m_pFontGUI = new XAP_UnixFontHandle(font, 10); + m_pFontGUI = new XAP_UnixFontHandle(font, 12); UT_ASSERT(m_pFontGUI); }



This archive was generated by hypermail 2b25 : Wed Jul 12 2000 - 14:58:20 CDT