Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk gui_prefs.c main.c main.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 20 Aug 2000 02:53:57 -0500 (CDT)
guy         2000/08/20 02:53:51 CDT

  Modified files:
    gtk                  gui_prefs.c main.c main.h 
  Log:
  Instead of having the normal-weight and bold fonts set separately,
  generate the name of the boldface font from the Roman font; if the two
  fonts don't have the same widths, the display will look weird when a
  field is selected, and it's a bit of a pain for the user to have to
  select *two* fonts.
  
  On UNIX/X, default to
  "-*-fixed-medium-r-semicondensed-*-*-120-*-*-*-*-*-" rather than to
  "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1" - some
  Linux distributions appear to lack the Lucida typewriter font.
  
  Add a "gui.font_name" preference to the preferences file, specifying the
  normal-weight font to use.  Have it settable from the "GUI" tab in the
  Preferences dialog box - the "Font..." button, when clicked, pops up a
  font selection dialog box.
  
  If we either can't open the selected font or the boldfaced version of
  the font, default to "6x13" and "6x13bold" as fallbacks - the former
  will probably be "fixed", and the latter would be "fixedbold" if X
  actually created such an alias, but it doesn't so we use "6x13bold"
  instead.
  
  Revision  Changes    Path
  1.6       +154 -3    ethereal/gtk/gui_prefs.c
  1.137     +86 -17    ethereal/gtk/main.c
  1.17      +1 -8      ethereal/gtk/main.h