Update of /cvsroot/sheets/sheets
In directory sc8-pr-cvs1:/tmp/cvs-serv14367
Modified Files:
Sheets.sheets
Log Message:
Modified the default font names to be more platform neutral (makes a big difference on Linux)
Index: Sheets.sheets
===================================================================
RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** Sheets.sheets 24 Apr 2003 09:38:10 -0000 1.42
--- Sheets.sheets 26 Apr 2003 02:22:20 -0000 1.43
***************
*** 10355,10364 ****
static void Profile.initVariables ()
{
! allFonts = new FontFamily("all-fonts", "Helvetica");
! codeFont = new FontFamily("code-font", "Courier");
! tocFont = new FontFamily("toc-font", "Helvetica");
! summaryFont = new FontFamily("summary-font", "Helvetica");
! graphFont = new FontFamily("graph-font", "Helvetica");
! docFont = new FontFamily("documentation-font", "TimesRoman");
lookAndFeel = "com.incors.plaf.kunststoff.KunststoffLookAndFeel";
--- 10355,10364 ----
static void Profile.initVariables ()
{
! allFonts = new FontFamily("all-fonts", "SansSerif");
! codeFont = new FontFamily("code-font", "Monospaced");
! tocFont = new FontFamily("toc-font", "SansSerif");
! summaryFont = new FontFamily("summary-font", "SansSerif");
! graphFont = new FontFamily("graph-font", "SansSerif");
! docFont = new FontFamily("documentation-font", "Serif");
lookAndFeel = "com.incors.plaf.kunststoff.KunststoffLookAndFeel";
|