diff options
Diffstat (limited to 'fonts/Xg/DESCR')
-rw-r--r-- | fonts/Xg/DESCR | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/Xg/DESCR b/fonts/Xg/DESCR new file mode 100644 index 00000000000..a4f5423de66 --- /dev/null +++ b/fonts/Xg/DESCR @@ -0,0 +1,17 @@ +Unicode fonts +============= + +The new libXg distribution supports Unicode. Sam and 9term built using +the new UTF libXg will allow one to enter and edit files containing +Unicode characters encoded using UTF-2 (UTF-FSS). +To use them: + +o convert the bdf files to whatever format is appropriate for + your system and place the files in a suitable common directory +o set this directory up as an X font directory by running some + program such as `mkfontdir' if necessary +o add the directory to your fontpath `xset fp+ fontdir' +o make sure libXg knows about the fontfile you wish to use by + setting the appropriate .p9font X resource (or just *p9font) to + be something like /lib/font/Xg/matty/unicode.9.font or by + specifying an appropriate -p9font argument to libXg programs. |