This directory contains test programs of VFlib.
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
