Linux Commands Examples

A great documentation place for Linux commands

ofm2opl

convert Omega and TeX font-metric files to property-list files


see also : opl2ofm - pltotf - tftopl

Synopsis

ofm2opl [OPTIONS] OFMNAME[.ofm] [OPLFILE[.opl]]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
for f in lambda odvicopy odvitype ofm2opl opl2ofm otp2ocp outocp ovf2ovp ovp2ovf ; do
rm -f $pkgdir/usr/share/man/man1/$f.1
0
source
            
for f in omega lambda odvicopy odvips odvitype ofm2opl opl2ofm otp2ocp outocp ovf2ovp ovp2ovf oxdvi ; do
rm -f $startdir/pkg/usr/share/man/man1/$f.1
0
source
            
for f in omega lambda odvicopy odvips odvitype ofm2opl opl2ofm otp2ocp outocp ovf2ovp ovp2ovf oxdvi ; do
rm -f $pkgdir/opt/arch/share/man/man1/$f.1
0
source
            
for f in lambda odvicopy odvitype ofm2opl opl2ofm otp2ocp outocp ovf2ovp ovp2ovf ; do
rm -f $pkgdir/usr/share/man/man1/$f.1

description

ofm2opl translates a binary Omega Font Metrics file, OFMNAME, into a human-readable property-list form. The program writes to standard output (by default) or to a file specified as OPLFILE.

The program also works with TeX TFM files, producing TeX PL files. (ofm2opl is based on the WEB source code for tftopl(1).)

options

-charcode-format=TYPE

output character codes according to TYPE, which can be either ’hex’ or ’ascii’. Default is ’hex’. ascii specifes all ASCII letters and digits; hex gets you everything else.

-help

display a brief summary of syntax and options

-verbose

display progress reports

-version

output version information and exit

files

OFMNAME

an Omega Font Metric file

OPLFILE

an Omega Property List file


bugs

None known, but report any found to <omega[:at:]ens[:dot:]fr> (mailing list). You may also want to check to see if the same bug is present in pltotf(1).


see also

omega, opl2ofm , pltotf , tftopl .

Draft Manual for the Omega System (omega-manual.dvi).

Web page: <http://www.gutenberg.eu.org/omega/>


author

According to the WEB documentation:

The first TFtoPL program was designed by Leo Guibas in the summer of 1978. Contributions by Frank Liang, Doug Wyatt, and Lyle Ramshaw also had a significant effect on the evolution of the present code.

Extensions for an enhanced ligature mechanism were added by D.E. Knuth in 1989.

Extensions to handle extended font metric files (’’OFM’’) were added by John Plaice in December 1995 and January 1996, resulting in the new program OFM2OPL.

The primary authors of Omega are John Plaice <plaice[:at:]cse.unsw.edu[:dot:]au> and Yannis Haralambous <yannis@fluxus-virus.com>.

This manual page was written by C.M. Connelly <cmc[:at:]debian[:dot:]org>, for the Debian GNU/Linux system. It may be used by other distributions without contacting the author. Any mistakes or omissions in the manual page are my fault; inquiries about or corrections to this manual page should be directed to me (and not to the primary author).

How can this site be more helpful to YOU ?


give  feedback