Contains font file information
typedef struct {
NWDPOSTypeEnum osType;
NWDPFontTypeEnum fontType;
pnstr16 fontName16Ptr;
pnstr16 fileName16Ptr;
} NWDPResAddFontFile, N_FAR *pNWDPResAddFontFile;
nwdp_res.h
Specifies the operating system type.
Specifies the font type.
Points to a Unicode string containing a font name (for example, Arial).
Points to a Unicode string containing a filename (for example, arial.ttf).
Used by the NWDPResAddResourceFile (obsolete 9/98) function.