If you want to stick to LaTeX, you can generally try these steps:
- Create the TeX font metrics (tfm), the font description (fd) and the font mapping (map).
- Using
ttf2tfm
to generate.vpl
, thenvptovf
to create.tfm
.
- Using
- Put the files (ttf, tfm, fd, map) into the proper directories in the local texmf tree.
- Update the TeX filename database.
- Using
texhash
- Using
- Register the mapping.
- Using
updmap-sys
- Using
It seems rather straightforward, but there are many traps regarding the font description and mapping, as well as the naming scheme for the output files.
There are a lot of scripts and howtos which didn’t work for me. So I wrote this tool to help me use ttf fonts with LaTeX: http://devnotcorp.wordpress.com/2011/06/10/use-truetype-font-with-pdflatex/.