[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

1315.0. "Can't access terminal font Ultrix->VMS" by PDVAX::P_DAVIS (Peter Davis) Mon Aug 21 1989 16:36

    I'm trying to use the Ultrix command
    
    	xterm -fn terminal18&
    
    This works fine when I go from Ultrix host to Ultrix server, but when I
    go to a VMS server, I get an error message saying:
    
    	could not open font terminal18; using server default
    
    The font is in SYS$COMMON:[SYSFONT.DECW.75DPI]
    
    Is there a way around this?

T.RTitleUserPersonal
Name
DateLines
1315.1FLUME::dikeMon Aug 21 1989 17:484
That's because Ultrix ships fonts that VMS doesn't.  The fix is to
use fonts that the server has.
				Jeff

1315.2Font name != file nameHANNAH::MESSENGERBob MessengerTue Aug 22 1989 12:1417
Re: .0

The terminal18 font does exist on VMS; the file name is TERMINAL18.DECW$FONT.
However, the font name is:

    -Bitstream-Terminal-Medium-R-Normal--18-180-75-75-C-110-ISO8859-1

(quite a mouthful, eh?)  Fields are separated with hyphens, and you can
wild card fields using an asterisk.  For example, the pattern DECterm
currently uses for its Big Font is:

    -*-Terminal-*-*-*--18-*-*-*-*-*-*-*

I'm surprised that "terminal18" works on Ultrix, let alone on VMS.

				-- Bob

1315.3MARX::FLEMINGBo knows DECwindowsThu Feb 08 1990 09:3611
Re. .2

The font I'd like to use looks like this on ULTRIX
-dec-terminal-bold-r-normal--14-140-75-75-c-80-iso8859-1
On VMS it looks like this:
-DEC-Terminal-Bold-R-Normal--14-140-75-75-C-8-ISO8859-1

Can I wildcard this so that I can find it on both platforms?
Would it be easier just to check for VMS or ULTRIX and then
XtSetArg the proper font?
John...
1315.4Use the same names on VMS and UltrixHANNAH::MESSENGERBob MessengerThu Feb 08 1990 09:596
Re: .3

DECterm uses the same font names, with wild cards, on Ultrix and VMS.  The
font names are case insensitive.

				-- Bob