On Tue, Jul 15, 2008 at 4:16 PM, Mojca Miklavec wrote: > Hello Andrea, > > before proceeding any further ... where on earth did you find exactly > that font? :) :) :) > > It's a "resource-based" Type1 font or whatever they call it. I don't > believe that LuaTeX supports such fonts at all, but maybe Taco can > correct me. XeTeX only supports those fonts when using xdv2pdf engine > (xdvipdfmx doesn't honor them). And I would say "if you really wanted > to use those fonts in ConTeXt, there is a way, but hardcoded deep down > in ConTeXt core".
Btw: with the fonts that you have sent me, the definitions should be \starttypescript [sans] [delicious] \definefontsynonym [Delicious-Regular] [file:DelicRom] [features=default] \definefontsynonym [Delicious-Italic] [file:DelicIta] [features=default] \definefontsynonym [Delicious-Bold] [file:DelicBol] [features=default] \definefontsynonym [Delicious-BoldItalic] [file:DelicBolIta] [features=default] % it should be features=smallcaps for normal fonts \definefontsynonym [Delicious-Caps] [file:DelicSmaCap] [features=default] \stoptypescript But the font doesn't work with LuaTeX anyway (it could work in XeTeX), so do not even try. The name after "file:" needs to match the filename. Mojca ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________