typedef struct _TYPE1_FONT { HANDLE hPFM; HANDLE hPFB; ULONG ulIdentifier; } TYPE1_FONT;
The TYPE1_FONT structure contains the information necessary for a PostScript driver to access a Type1 font through GDI.
A PostScript driver can obtain a list of installed Type1 fonts by calling EngGetType1FontList.
Each PostScript Type1 font comes with two separate files: a .pfm file and a .pfb file. The .pfm file contains font metrics information; the .pfb file contains the PostScript Type1 binary font data.