Fonts & Character Setshow to create a font package?

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
tessus
Posts: 1
Joined: Wed May 09, 2018 5:53 am

how to create a font package?

Post by tessus »

I want to create a LaTeX package for the ForkAwesome font.

There's a project on github to create a package for the FontAwesome font which I could most likely adjust to work for ForkAwesome as well.

However, I'm a bit puzzled by how the mapping was created.

One line from the mapping in the code:

Code: Select all

"_620" : "percent", #f295
The percent symbol/icon has the unicode point f295 (and that's only a comment anyway), but what has _620 to do with that?

Unfortunately the owner of that project seems to have abandoned it and doesn't reply to questions on the issue tracker.

So what is the correct way to create a Latex package that makes use of a certain font?
Are there any guides or How-Tos available?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply