Contains font file information
typedef struct {
NWDPOSTypeEnum osType;
NWDPFontTypeEnum fontType;
pnstr16 fontName16Ptr;
pnstr16 fileName16Ptr;
} NWDPResDeleteFontFile, N_FAR *pNWDPResDeleteFontFile;
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 font filename (for example, arial.ttf).
Used by the NWDPResDeleteResourceFile function.