T.R | Title | User | Personal Name | Date | Lines |
---|
175.1 | try Courier | REORG::ROGOFF | Zen Software Documentation | Fri Feb 10 1989 13:37 | 51 |
| Add this to your DECW$TERMINAL_DEFAULT.DAT file:
DECW$TERMINAL.main.terminal.bigFontSetName: -*-Courier-*-*-*--*-180-*-*-*-*-*-*
DECW$TERMINAL.main.terminal.littleFontSetName: -*-Courier-*-*-*--*-140-*-*-*-*-*-*
Courier seems to be the only alternative font that works. Here's some
info from the DECterm notes conference:
<<< HANNAH::DECW$DISK:[PUBLIC]DECTERM.NOTE;1 >>>
-< DECwindows Terminal Emulation >-
================================================================================
Note 178.1 Is there a 'supported'method for changing fonts? 1 of 1
VIDEO::MESSENGER 11 lines 25-AUG-1988 11:23
-< No supported way, but here's a hint >-
--------------------------------------------------------------------------------
There is no "supported" way of choosing a font other than the "big" and
"little" fonts (in normal and condensed widths), because we're not going
to support users editing their xdefaults.dat or saved custoimization files.
The unsupported way to change the fonts is to change the bigFontSetName and
littleFontSetName resources; these should be set to patterns for the font
names (not file names) of the fonts you want to use. DECterm expects the
fonts you provide to be part of a 12 font set (for normal, double wide etc).
If it can't find a font in a set it falls back to using the unattributed
font you named.
-- Bob
<<< HANNAH::DECW$DISK:[PUBLIC]DECTERM.NOTE;1 >>>
-< DECwindows Terminal Emulation >-
================================================================================
Note 178.3 Is there a 'supported'method for changing fonts? 3 of 3
HANNAH::MESSENGER "Bob Messenger" 14 lines 26-JAN-1989 22:35
-< Here's what you do >-
--------------------------------------------------------------------------------
Re: .2
The biggest problem is getting the fonts. To get the default big (18 point)
and little (14 point) fonts you'd put this in one of your resource files:
DECW$TERMINAL*bigFontSetName: -*-Terminal-*-*-*--*-180-*-*-*-*-*-*
DECW$TERMINAL*littleFontSetName: -*-Terminal-*-*-*--*-140-*-*-*-*-*-*
There's no in point doing this, though, because those are the defaults. The
fontSetSelection resource determine which of these fonts is active: 0 for the
big font and 1 for the little font. Normally you'd just select the font you
want in Customize/Window and then Save Current Settings.
-- Bob
|
175.2 | | STAR::KLEINSORGE | Toys 'R' Us | Fri Feb 10 1989 20:42 | 4 |
| The DECterm fonts are organized in a very specific manner and so only
the monospaced fonts provided by DECterm will work (or work right).
|
175.3 | What about other applications, like Mail, Notes etc... | RBW::WICKERT | MAA DIS Consultant | Thu Feb 16 1989 13:50 | 7 |
|
Ok, that explains DECterm but what about other applications such as Mail
and Notes. I find it very tiring to read my mail using the default fonts used
by Mail under DECwindows...
-Ray
|
175.4 | Bookreader font in Mail Read window... | XUI::VANNOY | Jake VanNoy | Thu Feb 16 1989 14:28 | 3 |
| MailRead*readWindow*messageText.font: -ADOBE-New Century Schoolbook-Medium-R-N
ormal--*-140-*-*-P-*-ISO8859-1
|
175.5 | I use this: remember you need to adjust width to account for a larger font | STAR::BECK | Paul Beck | Thu Feb 16 1989 18:20 | 21 |
| ! Mail read window
MailRead.x: 200
MailRead.y: 100
MailRead.width: 755
MailRead.height: 600
MailRead*readWindow*wordWrap: on
MailRead*readWindow*envelopeText.rows: 5
MailRead*readWindow*messageText.rows: 21
MailRead*readWindow*messageText.font: -Adobe-COURIER-MEDIUM-R-NORMAL--*-140-*-*-M-*-ISO8859-1
!
! Mail send window
MailSend.x: 5
MailSend.y: 200
MailSend.width: 754
MailSend.height: 475
MailSend*sendWindow*messageText.rows: 22
MailSend*sendWindow*messageText.wordWrap: on
MailSend*sendWindow*messageText.resizeWidth: off
MailSend*sendWindow*workArea*font: -Adobe-COURIER-MEDIUM-R-NORMAL--*-140-*-*-M-*-ISO8859-1
MailSend*sendWindow*messageText.font: -Adobe-COURIER-MEDIUM-R-NORMAL--*-140-*-*-M-*-ISO8859-1
|
175.6 | | GOSOX::RYAN | DECwindows Mail | Fri Feb 17 1989 08:37 | 5 |
| One place to look is each application's system-wide resource file
- for example, for Mail check out DECW$SYSTEM_DEFAULTS:DECW$MAIL.DAT.
Mike
|