Article 155804 of comp.os.vms: Here are some fonts I use in DECW$MWM.DAT: ! Various font specifications Mwm*fontList: -*-times-bold-r-normal-*-14-*-*-*-*-*-*-* Mwm*client*fontList: -*-times-bold-r-normal-*-18-*-*-*-*-*-*-* Mwm*icon*fontList: -*-times-bold-r-normal-*-10-*-*-*-*-*-*-* Mwm*feedback*fontList: -*-times-bold-r-normal-*-14-*-*-*-*-*-*-* Mwm*menu*fontList: -*-times-bold-r-normal-*-14-*-*-*-*-*-*-* I believe the "menu" fontlist is for the root background menus. In DECW$TERMINAL_DEFAULT.DAT I use these resources: ! ************************************************************************ ! DECterm-Specific Color Resources. ! ************************************************************************ ! !These Shadow Colors match the Mwm active color combinations. ! DECW$TERMINAL*bottomShadowColor: #6D6DB9B9E6E6 DECW$TERMINAL*topShadowColor: #FFFFFFFFFFFF ! DECW$TERMINAL.main.terminal.background: gray82 DECW$TERMINAL.main.terminal.foreground: black ! ! ************************************************************************ ! DECterm MenuBar Resources. ! XmRowColumn effects the Menus & Button items therein. ! The different background specifications allow the pull-down menus ! and menu items to be a color different from the top-level menu bar. ! ************************************************************************ ! *decterm_mb.background: gray82 *decterm_mb.foreground: black *decterm_mb*XmRowColumn*background: gray82 ! ! ************************************************************************ ! DECterm ScrollBar Resources. ! These seem to work only in DECW$XDEFAULTS.DAT. ! ************************************************************************ ! DECW$TERMINAL.main.terminal.XmScrollBar.background: gray82 *main*terminal*XmScrollBar*background: gray82 ! ! ************************************************************************ ! End of DECterm-Specific Color Resources. ! ************************************************************************ ! However, I don't think I've tried to change the fonts in the menubar. Nevertheless, I hope this gets you going in the right direction. One last thing that might help is this from DECW$XDEFAULTS.DAT. Since we "hide" the DECterm menu, there's no need for us to fiddle with fonts. ! ! First attempts to use these in DECW$TERMINAL_DEFAULT.DAT did not work. ! At that time, we were on Motif V1.2. Since upgrading to Motif V1.2-3 ! and placing these in DECW$XDEFAULTS.DAT, this solution started working. ! It's clear whether the upgrade worked, or the use of DECW$XDEFAULTS.DAT ! was the magic bullet. ! *decterm_mb*height: 1 *decterm_mb*resizeHeight: false *decterm_mb*resizeWidth: false ! DECW$TERMINAL*.file_menu_entry.sensitive: false DECW$TERMINAL*.edit_menu_entry.sensitive: false DECW$TERMINAL*.commands_menu_entry.sensitive: false DECW$TERMINAL*.setup_menu_entry.sensitive: false DECW$TERMINAL*.print_menu_entry.sensitive: false DECW$TERMINAL*.help_menu_entry.sensitive: false ! ! This resource was added when DECwindows 1.2-4 was installed. ! It solves the "BIG WINDOW" problem caused by new defaults on 100 dpi screens. ! DECW$TERMINAL.main.terminal.bigFontSetName: -*-Terminal-*-*-*--*-140-*-*-*-*-*-* ! DECW$TERMINAL.main.terminal.XmScrollBar.background: gray82 ! In article <1996Sep23.192600.1@sldb4.slac.stanford.edu>, fairfield@sldb4.slac.stanford.edu writes: |>In article <51tupe$tgh@prof.ese-metz.fr>, dc@griv01.supelec.fr () writes: |> |>> We found how to modify the font size in DECterm and some applications, but |>> we didn't succeed for the charactere size in menus bar and menus. |>> |>> Which are the ressources to change these sizes ? In which files ? |> |> The menus and menus bars are controlled by the window manager. |> So you need to tell MWM what font to use. I have this line in my |> DECW$MWM.DAT file: |> |> Mwm*fontList: -*-Helvetica-Bold-R-Normal--*-100-*-*-P-*-ISO8859-1 |> |> You can use something like xfontsel to see what different fonts |> you have available on your server. I think the one I chose is the |> smallest _proportional_ font I could find (or the smallest legible |> one). This font affects window titles in addition to menu bars and |> menu items. |> |> -Ken Wayne ---------------------------------------------- wws@scp1.bellcore.com I'm just a soul whose intentions are good, Oh Lord, please don't let me be misunderstood.