diff options
author | hobbs <hobbs> | 2007-10-30 02:33:09 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-10-30 02:33:09 (GMT) |
commit | 6e229acdaf028fa9a07e41d4be93ca585de503d7 (patch) | |
tree | 1ab3ff6cfa5a8cf739596211ee9626ff08ef0d5e /macosx | |
parent | b8d5cb3dc1cfd00eed4e1b1e232251019a43f0b6 (diff) | |
download | tk-6e229acdaf028fa9a07e41d4be93ca585de503d7.zip tk-6e229acdaf028fa9a07e41d4be93ca585de503d7.tar.gz tk-6e229acdaf028fa9a07e41d4be93ca585de503d7.tar.bz2 |
use Monaco 11 (was 9) as Aqua TkFixedFont
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXFont.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/tkMacOSXFont.c b/macosx/tkMacOSXFont.c index 85f5008..e1f609b 100644 --- a/macosx/tkMacOSXFont.c +++ b/macosx/tkMacOSXFont.c @@ -35,7 +35,7 @@ * that such fonts can not be used for controls, because controls * definitely require a family id (this assertion needs testing). * - * RCS: @(#) $Id: tkMacOSXFont.c,v 1.30 2007/10/21 14:50:54 das Exp $ + * RCS: @(#) $Id: tkMacOSXFont.c,v 1.31 2007/10/30 02:33:10 hobbs Exp $ */ #include "tkMacOSXPrivate.h" @@ -348,12 +348,11 @@ InitSystemFonts( systemFont++; } fa.family = Tk_GetUid("monaco"); - fa.size = 9; + fa.size = 11; fa.weight = TK_FW_NORMAL; fa.slant = TK_FS_ROMAN; fa.underline = 0; CreateNamedSystemFont(interp, tkwin, "TkFixedFont", &fa); - } /* |