All fonts need a FontContents file. This file contains information about the characteristics of the font (size, style etc). You can create these files by using the CLI-command AddFont, which you can find in the bin-directory of this archive. The following lines is an examples of how you would create a FontContents file from a CLI for a Fontographer font, located in the current directory: 2> AddFont FONTS:Gordon.font Gordon/Gordon 32 34 0 pstype 2> Copy Gordon FONTS:Gordon/ The first line creates a FontContents file called FONTS:Gordon.font, which refers to a font named FONTS:Gordon/Gordon which is 32 pixel high, which is proportional(32) disk resident(2) (2+32=34), no special style and is loaded by the library xdf_pstype3.library. Type AddFont in a CLI without any parameters and you will get a description of the parameters that the AddFont program expects.