Wolfgang Schuster wrote:
> but this
>
> \starttext
> {\definedfont[name:baskerville*default]Baskerville}
> \stoptext
>
> fails
>
> !LuaTeX error: writefont.c: The file (/Library/Fonts/Baskerville.dfont)
> does not contain font `Baskerville-2'
That is a somewhat weird font name. Can you run the code below
to see that font name info it reports for that dfont file?
\starttext
\ctxlua {
print(
table.serialize(
fontloader.info('/Library/Fonts/Baskerville.dfont')))}
\stoptext
Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / 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
___________________________________________________________________________________