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.
-- 
[EMAIL PROTECTED] (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);
        }
 

Reply via email to