506
Using the LANs X Window Interface
Using the LANs X Window Interface
Example Loading the fonts using ftp and UNIX
Suppose you have a UNIX computer running your Xserver software. Go
to the directory where you want to install the custom fonts. As the data
user, ftp to the analyzer and copy SM165.BDF and LG165.BDF from
the \system\disk\hard\system directory to your computer.
ftp lp1670G
220 Agilent 1670G V01.00 FUSION FTP server (Version 3.3)
ready.
Name (lp1670G:guest): data
230 User DATA logged in.
ftp> cd /system/disk/hard/system
200 Remote Directory changed to "/system/disk/hard/
system".
ftp> get lg165.bdf
200 PORT command ok.
150 Opening data connection for lg165.bdf
(15.6.253.146,1121) (20494 bytes).
226 Transfer complete.
23338 bytes received in 0.69 seconds (32.82 Kbytes/s)
ftp> get sm165.bdf
200 PORT command ok.
150 Opening data connection for sm165.bdf
(15.6.253.146,1122) (19595 bytes).
226 Transfer complete.
22311 bytes received in 0.32 seconds (68.04 Kbytes/s)
ftp> quit
To create a fonts.dir file in the current directory:
mkfontdir
To prepend the current directory to the font path:
xset +fp /users/guest/165fonts
To reset the font path to its current value:
xset fp rehash