On 22-9-2010 11:38, Henning Hraban Ramm wrote:
Am 2010-09-22 um 18:34 schrieb Khaled Hosny:

That works for OTF fonts in /usr/share/fonts/OTF and TTF in
/usr/share/fonts/TTF but apparently not for Type1 fonts in
/usr/share/fonts/Type1. The line below confuses the system:

\font\barr={file:AGaramond-Regular.pfb} at 30bp

Right now, luaotfload does not support Type1 fonts, you have to load them
through the old TFM mechanism (the same way as in PDFTeX, nothing
changed in this area). But since this is the second request to support
Type1 fonts, I might try to steal some more code from ConTeXt that deal
with Type1 fonts, but I'm bit busy now with my fonts.


John:
For ConTeXt you need AFM files to use Type1; I guess that will become
the same for luaotfload.

the main reason why afm loading is not in the generic code is that it's most likely to be incompatible; context always used the afm approach (via texfont) while latex has relied on the prebuilt tfm files, and they use different metrics geared at latex (things are different for the gyre fonts but one would use the otf files there). There is not that much to gain as most type one fonts are rather incomplete.

Hans


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to