13 Apr
2008
13 Apr
'08
12:25 p.m.
Hans Hagen
Antoine Junod wrote:
Hello, List!
Is it still needed to 'install' fonts with luatex and otf fonts or is it enough to drop the otf font files in a random place inside texmf/fonts/opentype/ ?
dropping is enough; here i use:
texmfwhatever/fonts/data/vendor/collection/[otf, afm, pfb]
don't forget
luatools --generate
also if you wanted named access:
mtxrun --script fonts --reload
Wow, thanks a lot, it works fine with the font I'm trying to play with (Adobe Brioso Pro). What do you mean by 'named access'? For my testing purpose, I'm simply using domthing like \definefont[brioso][BriosoPro-Regular at 12pt] Thanks for the reply, A+ -AJ