Description

GreUnLoadFont unloads the private font definitions previously loaded from the resource file indicated by pszFilename.

This function is supported by the graphics engine.

#define INCL_GRE_FONTS
#include <os2.h>

PSZ      pszFilename;
PVOID    pInstance;    /*  Pointer to instance data. */
ULONG    lFunction;    /*  High-order WORD=flags; low-order WORD=NGreUnLoadFont. */
BOOL     fSuccess;     /*  Return codes. */

fSuccess = GreUnLoadFont(pszFilename, pInstance,
             lFunction);


[Back: GreUnLoadFont]
[Next: GreUnLoadFont Parameter - pszFilename]