1OVP2OVF(1) General Commands Manual 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 [OPTIONS] OVPFILE[.ovp] [OVFFILE[.ovf] [OFMFILE[.ofm]]]
11
13 ovp2ovf translates a human-readable virtual property list (OVP) file,
14 OVPFILE, into a virtual font (OVF) file, OVFFILE and its companion font
15 metric (OFM) file, OFMFILE.
16
17 The program also works with TeX VP files, producing VF and TFM files.
18 (ovp2ovf is based on the WEB source code for vptovf(1).)
19
21 -help display a brief summary of syntax and options
22
23 -verbose
24 display progress reports
25
26 -version
27 output version information and exit
28
30 OFMFILE
31 Omega Font Metric file
32
33 OVFFILE
34 Omega Virtual Font file
35
36 OVPFILE
37 Omega Virtual Property List file
38
40 Email bug reports to <https://lists.tug.org/tex-k> (mailing list); good
41 to check if the same bug is present in vptovf(1).
42
44 omega(1), ofm2opl(1), ovf2ovp(1), pltotf(1), tftopl(1), vftovp(1), vp‐
45 tovf(1)
46
48 According to the WEB documentation:
49
50 VPtoVF is an extended version of the program PLtoTF, which is
51 part of the standard TeXware library. OVP2OVF is an extended
52 version of VPtoVF that allows much larger fonts. The idea of a
53 virtual font was inspired by the work of David R. Fuchs who de‐
54 signed a similar set of conventions in 1984 while developing a
55 device driver for ArborText, Inc. He wrote a somewhat similar
56 program called PLFONT.
57
58 The primary authors of Omega were John Plaice and Yannis Haralambous.
59 Omega (and Aleph) are now maintained as part of TeX Live.
60
61 This manual page was written by C.M. Connelly for the Debian GNU/Linux
62 system. It is also now maintained as part of TeX Live.
63
64
65
66Web2C 2023 8 March 2022 OVP2OVF(1)