I have context source file containing
\definefont[Dings][name:MarVoSym]
and I import it via \input .
When I run context on my source, I always get
! Font \**Dings**:=MarVoSym at 11.0pt not loadable: Metric (TFM) file not found
I wish I could recall how I made it working on Linux but this machine is Windows with fresh TexLive 2010 installation and I am kind of confused what to do.
$OSFONTDIR. Does TL2010 addC:\Windows\FontstoOSFONTDIR? If so, intall the font as you would normally do in Windows, and then runmtxrun --script font --reload. After that ConTeXt should be able to find the font. – Aditya Jun 24 '11 at 16:12mtxrun --generateand then trymtxrun --script.OSFONTDIRs set in eithertexmf.cnfor texmfcnf.lua` located under$TEXMF/web2c/. You can see the list of all variables usingmtxrun --variables(not sure if TL2010 supports that). – Aditya Jun 24 '11 at 19:04