• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D01-Jul-199615.1 KiB12074

FindFontH A D30-Jun-199651 62

GetFontDirsH A D30-Jun-1996135 86

READMEH A D17-Jan-19971.1 KiB3123

install-shH A D17-Jan-1997230 76

tkfontH A D03-May-202212.4 KiB360327

README

1	This is TkFont, a Tk-based font display program for X Windows.
2
3INSTALLATION:
4
5	Be root.  Run the install-sh program that comes with the
6distribution.  It will create a directory, /usr/local/lib/tkfont,
7and place the tkfont file itself in /usr/local/bin.  The tkfont file
8has an absolute path to "wish" in the first line.  Run "whereis
9wish", and, based on that, change the first line of
10/usr/local/bin/tkfont to match where `wish' really is on your
11system.  If you don't do this, tkfont probably won't work.
12
13REQUIREMENTS:
14
15	Tk 4.x, Tcl 7.5.  Tk 3.2 is almost certainly not going to
16work; you can probably get away with slightly older versions of Tcl.
17It's only been tested on Linux 2.x and XFree86 3.2; however, it
18should work the same on any reasonable Unix and X-server.
19
20WHY THIS PROGRAM:
21
22	I was really dissatisfied with xfontsel.  I found that it
23was a) ugly and b) clunky.  I wanted to write something better. This
24is what I came up with.  I like it.  If you like it as well, please
25let me know.  If you don't like it, please tell me why, and I will
26try to improve it.
27
28							       Neil Grant
29(grantj@sfu.ca; 604-581-7634, Canada.)
30--
31