If you are not using one of the default fonts, Toolkit attempts to locate the font, using the specified name, in the following order:
1. Input File: Upon opening the input file, Toolkit caches the information contained in the PDF. When locating the specified font, Toolkit attempts to locate the first fully subset font instance in the input file cache.
2. Windows registry: Not finding the file in the input cache, Toolkit will attempt to locate the font information in the Windows registry.
3. Derived Font: If unable to locate the font in the Windows registry, Toolkit generates a substitute font from a similar named font. For example, if the font were set to Arial, Toolkit might generate a font named Arial based on a similar named font, such as ArialMT.
4. Subset: If all of the previous methods are unsuccessful, Toolkit will use the first instance of the partially subset font or similar font from the input cache.
NOTE: When a partially subset font is used, the output may be adversely affected. This can include missing characters, text or graphics, undesired formatting, styles, spacing and font usage.
If you would like to specify an exact font name and location, you can pass the name of a TrueType Font (TTF), Open Type Font (OTF) or TrueType Collection (TTC) located on your hard disk. Unless you specify the full path to the font, Toolkit will assume the font is located in the Windows fonts directory. (By default, the location of this directory is X:\WINDOWS\Fonts.)
NOTE: You cannot specify PostScript (PS) font names and locations. If you would like to use a PS font, you will need to include it in your input file.