Possible Duplicate:
Create a symbol font from SVG symbols
I want to create a package for myself, that prints custom glyphs (some glyphs for instance that I made up). How do I go with this? I see there're many packages with, for instance, Egyptian glyphs. How are they created? Can you give me step-bystep, something like:
- I need to draw all the symbols in .png or some vector format
- I need to use some software to bind this symbols to commands and put it in package
- Use it in LaTeX file
Thank for any help!