14 Aug
2009
14 Aug
'09
5:28 p.m.
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