How do I add a new font to my PDF with FPDF?
Basically you need to use one of the couple of formats that FPDF can work with. You then use a script to create the font definition file; the final step is adding it to the PDF which you can do through using the AddFont() function, see the page on embedding a font here for help with that.
For full information on adding new fonts and the process to go through read the tutorial page here:
http://www.fpdf.org/en/tutorial/tuto7.htm
Comment on this Question and Answer >>>
ASK A QUESTION
More FPDF PHP Questions
How can I find out more about FPDF?What is FPDF?
How do I embed a font in FPDF?
How do I add a line break to my PDF in FPDF?
How do I output text to a PDF with FPDF?
