1752339 Members
5827 Online
108787 Solutions
New Discussion юеВ

DECTerm fonts

 
Dan Holm
Occasional Contributor

DECTerm fonts

Is there a way to 'scale' fonts in a DECTerm? The dec-terminal font seems to jump from size 14 to 28, so to get something in the middle I'm forced to use the bitstream-terminal font which is much less attractive for programming work. I'd like to take the 14 or 28 dec-terminal font and scale it to, say, 16 or 18.

I tried setting the terminal width and height manually, thinking it might calculate a new font size using those numbers, but it seemed to ignore them.
2 REPLIES 2
Martin Vorlaender
Honored Contributor

Re: DECTerm fonts

Hi,

one way would be:

- locate the BDF source file for a -dec-terminal font (e.g. http://casper.ghostscript.com/~raph/term14g.bdf )

- get (e.g. from http://openlab.jp/efont/dist/tools/bdfresize/bdfresize-1.5.tar.gz ) and build bdfresize on VMS; use it to re-scale the BDF file

- use the font compiler and mkfontdir to install the font.

Disclaimer: I have not tried step 2.

HTH,
Martin
Martin Vorlaender
Honored Contributor

Re: DECTerm fonts

Dan,

I wrote
>>>
Disclaimer: I have not tried step 2.
<<<

Okay, so now I have. It took some tweaking but finally I got a working bdfresize.exe (see attachment) and used it to resize term14g.bdf by 3/2 to term21g.bdf.

HTH,
Martin