1OFM2OPL(1) General Commands Manual OFM2OPL(1)
2
3
4
6 ofm2opl - convert Omega and TeX font-metric files to property-list
7 files
8
10 ofm2opl [options] ofmname[.ofm] [oplfile[.opl]]
11
13 ofm2opl translates a binary Omega Font Metrics file, ofmname, into a
14 human-readable property-list form. The program writes to standard out‐
15 put (by default) or to a file specified as oplfile.
16
17 The program also works with TeX TFM files, producing TeX PL files.
18
20 (Same as ovf2ovp).
21
22 -charcode-format=type
23 output character codes according to type, either `hex', `octal'
24 or `ascii'. Default is `hex'; `ascii' says to use ASCII for
25 letters and digits, hex for all else.
26
27 -char-format=stype
28 output character codes according to stype, either `num' or
29 `ascii'. Default is `num'; `ascii' as in -charcode-format.
30 (These two redundant options both exist only for historical com‐
31 patibility.)
32
33 -num-format=ntype
34 output numbers according to ntype, either `hex' or `octal';
35 default is hex.
36
37 -text-format=ttype
38 output coding scheme and family according to ttype, either
39 `mixed' or `upper' case; default is mixed.
40
41 -help display a brief summary of syntax and options
42
43 -verbose
44 display progress reports
45
46 -version
47 output version information and exit
48
50 OFMNAME
51 an Omega Font Metric file
52
53 OPLFILE
54 an Omega Property List file
55
57 Send bug reports to <http://lists.tug.org/tex-k> (mailing list); may
58 also check if the same bug is present in tftopl(1). General discussion
59 of Omega (and Aleph) can take place on the <http://lists.tug.org/omega>
60 mailing list.
61
63 omega(1), aleph(1), opl2ofm(1), pltotf(1), tftopl(1).
64
66 According to the WEB documentation:
67
68 The first TFtoPL program was designed by Leo Guibas in the sum‐
69 mer of 1978. Contributions by Frank Liang, Doug Wyatt, and Lyle
70 Ramshaw also had a significant effect on the evolution of the
71 present code.
72
73 Extensions for an enhanced ligature mechanism were added by D.E.
74 Knuth in 1989.
75
76 Extensions to handle extended font metric files (``OFM'') were
77 added by John Plaice in December 1995 and January 1996, result‐
78 ing in the new program OFM2OPL.
79
80 ofm2opl is based on the WEB source code for tftopl(1), although nowa‐
81 days it is a link to omfonts, implemented entirely in C.
82
83 The primary authors of Omega are John Plaice and Yannis Haralambous.
84 Omega (and Aleph) are now maintained as part of TeX Live.
85
86 This manual page was written by C.M. Connelly <cmc@debian.org>, for the
87 Debian GNU/Linux system. It may be used by other distributions without
88 contacting the author. Any mistakes or omissions in the manual page
89 are my fault; inquiries about or corrections to this manual page should
90 be directed to me (and not to the primary author).
91
92
93
94Web2C 2019 14 April 2016 OFM2OPL(1)