2008/11/4 Marcin Borkowski <mbork@atos.wmid.amu.edu.pl>
Dnia Tue, Nov 04, 2008 at 01:00:51AM +0100, luigi scarso napisa&#322;(a):
> >
> > And one more question:
> >
> > texexec whatever.tex
> >
> try
> $> pdffonts  whatever.pdf

So I'm doing:

$ cat test-07.tex
\starttext
Hello world!
\stoptext

$ texexec test-07
(...)
TeXExec | runtime: 3.723635

$ pdffonts test-07.pdf
name                                 type              emb sub uni
object ID
------------------------------------ ----------------- --- --- ---
---------
KBKNLC+LMRoman12-Regular             Type 1            yes yes yes
4  0

$ context test-07
(...)
MtxRun | total runtime: 11.478

$ pdffonts test-07.pdf
name                                 type              emb sub uni
object ID
------------------------------------ ----------------- --- --- ---
---------
AIGPIG+LMRoman12-Regular             CID Type 0C       yes yes yes
4  0

Any ideas what to do so that it could look better in xpdf?
On my logs, I see that mkii uses type1
while  mkiv uses otf.

Maybe this is the difference.
--
luigi