This directory contains test programs of VFlib.
To make them, run xmkmf and the run make:

  % xmkmf -a
  % make

The most useful program is `ktest' which displays characters of a font
on X Window.

  % ktest -f font-entry-name -v vfontcap-file
  (font-entry-name is a font entry defined in vfontcap file.  vfontcap-file
   is a full path name of a font database file.)

For example,
  % ./ktest -f min -v `pwd`/../vfontcap
displays characters of `min' font which is defined in `pwd`/../vfontcap. 

--h.kakugawa
