Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!rutgers!rochester!ken From: ken@cs.rochester.edu (Ken Yap) Newsgroups: comp.text.tex Subject: Re: Converting from .tfm/.pl to .nnnnpxl Message-ID: <1990Mar7.024045.25950@cs.rochester.edu> Date: 7 Mar 90 02:40:45 GMT References: <16541@orstcs.CS.ORST.EDU> Reply-To: ken@cs.rochester.edu Organization: University of Rochester Computer Science Department Lines: 8 Address: Rochester, NY 14627, (716) 275-1448 | Is there any way to go from the .pl and .tfm description to .pxl format??? No. They don't contain the same information. TFM (TeX Font Metric) and PL (Property List) files specify the various dimensions (metrics) of the characters in a font, while pxl, pk and gf files contain the bitmaps of the characters. TFM files are resolution independent. TeX needs to read only the TFM files, while drivers need to read the raster files and perhaps the TFM files.