File: README

package info (click to toggle)
vflib2 2.25.1-16
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,924 kB
  • ctags: 1,449
  • sloc: perl: 71,392; ansic: 15,287; sh: 8,795; makefile: 748
file content (13 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
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