xfstt is a font server for X Windows serving *.ttf fonts.
It consists of a *.ttf engine and a X font server engine.

The font server engine is only intended to be an application example
of the *.ttf engine. Since in my opinion the concept of a networking
font server is obsolete it has some severe limitations:
- it is intended to serve only one font client (e.g. the X server)
- it assumes it has the same byte order the font client has
- the client must reside on the same machine
- font authorization is not useful in this scenario

xset +fp unix/:7100
xcoral-fn "TTM200_Times New Roman"
xset -fp unix/:7100

