Hi all,
I'm using the latest beta of context minimals, rsynced over a TeXlive
2008 on ubuntu.

LuaTeX is Version beta-0.40.1-2009050920 (Web2C 7.5.7)
MTXrun is TDS Runner Tool 1.22
ConTeXt is 2009.05.28 14:36

$ mtxrun --script fonts --list|grep Delicious gives:
deliciousbold              Delicious-Bold
/usr/local/share/fonts/d/delicious_bold.otf
deliciousbolditalic        Delicious-BoldItalic
/usr/local/share/fonts/d/delicious_bolditalic.otf
deliciousheavy            Delicious-Heavy
/usr/local/share/fonts/d/delicious_heavy.otf
deliciousitalic              Delicious-Italic
/usr/local/share/fonts/d/delicious_italic.otf
deliciousroman           Delicious-Roman
/usr/local/share/fonts/d/delicious_roman.otf
delicioussmallcaps      Delicious-SmallCaps
/usr/local/share/fonts/d/delicious_smallcaps.otf

while env|grep ^OS gives
OSFONTDIR=/usr/local/share/fonts


Running the following file is okay:

    \starttext
    \font\Myfont=/usr/local/share/fonts/d/delicious_roman.otf at 24pt
    \Myfont Hello, world
    \stoptext

but running

    \starttext
    \font\Myfont=Delicious-Roman at 24pt
    \Myfont Hello, world
    \stoptext

leads to

    define font | font with name Delicious-Roman is not found
    define font | unknown font Delicious-Roman, loading aborted
    ! Font \Myfont=Delicious-Roman at 24pt not loadable: metric data
not found or bad.

What's going wrong ?
Thanks very much in advance !

--
Nicolas
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to