1ovp2ovf(1) Omega ovp2ovf(1)
2
3
4
6 ovp2ovf - convert a virtual property-list file into a virtual font file
7 and its associated font metric file
8
10 ovp2ovf [ OPTION... ] OVPFILE[.ovp] [ [ OVFFILE[.ovf] ] [ OFMFILE[.ofm]
11 ] ]
12
14 ovp2ovf translates a human-readable virtual property list (OVP) file,
15 OVPFILE, into a virtual font (OVF) file, OVFFILE and its companion font
16 metric (OFM) file, OFMFILE.
17
18 The program also works with TeX VP files, producing VF and TFM files.
19 (ovp2ovf is based on the WEB source code for vptovf(1).)
20
22 -help display a brief summary of syntax and options
23
24 -verbose
25 display progress reports
26
27 -version
28 output version information and exit
29
31 OFMFILE
32 Omega Font Metric file
33
34 OVFFILE
35 Omega Virtual Font file
36
37 OVPFILE
38 Omega Virtual Property List file
39
41 None known, but report any found to <omega@ens.fr> (mailing list). You
42 should also check to see if the bug is in vptovf(1).
43
45 omega(1), ofm2opl(1), ovf2ovp(1), pltotf(1), tftopl(1), vftovp(1),
46 vptovf(1)
47
48 Draft Manual for the Omega System (omega-manual.dvi).
49
50 Web page: <http://www.gutenberg.eu.org/omega/>
51
53 According to the WEB documentation:
54
55 VPtoVF is an extended version of the program PLtoTF, which is
56 part of the standard TeXware library. OVP2OVF is an extended
57 version of VPtoVF that allows much larger fonts. The idea of a
58 virtual font was inspired by the work of David R. Fuchs who
59 designed a similar set of conventions in 1984 while developing a
60 device driver for ArborText, Inc. He wrote a somewhat similar
61 program called PLFONT.
62
63 The primary authors of Omega are John Plaice <plaice@cse.unsw.edu.au>
64 and Yannis Haralambous <yannis@fluxus-virus.com>.
65
66 This manual page was written by C.M. Connelly <cmc@debian.org>, for the
67 Debian GNU/Linux system. It may be used by other distributions without
68 contacting the author. Any mistakes or omissions in the manual page
69 are my fault; inquiries about or corrections to this manual page should
70 be directed to me (and not to the primary author).
71
72Omega September 2000 ovp2ovf(1)