Load the specify font into the Font Dictionary.
All fonts to be used in the document must be loaded after CreatePDFFile is called and before the first page is added to the document.
Values passed to this procedure:
| FontDictionaryName | This is the name used to reference the font in the program. It can be anything but can not contain a space. | |
| FontName | Identifies the pdf.FontName to load. | |
| FontStyle | Identifies the pdf.FontStyle to use. There are four valid styles (Bold, BoldItalic, Italic and Regular). The default is "Regular". |