This is a followup to the font-forge
section of @Kurt Pfeifle's answer, specific to Red Hat (and possibly other Linux distros).
- After opening the PDF and selecting the font you want, you will want to select "File -> Generate Fonts..." option.
- If there are errors in the file, you can choose to ignore them or save the file and edit them. Most of the errors can be fixed automatically if you click "Fix" enough times.
- Click "Element -> Font Info...", and "Fontname", "Family Name" and "Name for Humans" are all set to values you like. If not, modify them and save the file somewhere. These names will determine how your font appears on the system.
- Select your file name and click "Save..."
Once you have your TTF file, you can install it on your system by
- Copying it to folder
/usr/share/fonts
(as root)
- Running
fc-cache -f /usr/share/fonts/
(as root)