ufmFreeExactOutline(3w) ufmFreeExactOutline(3w)
ufmFreeExactOutline - free an exact character outline
#include <ufm.h>
int ufmFreeExactOutline(unsigned int nOutlines,
ufmExactOutline *outlines)
ufmFreeExactOutline frees the memory ufmGetExactOutline allocated for one
or more data structures of the type ufmExactOutline.
When ufmGetExactOutline allocates an array of one or more data structures
of the type ufmExactOutline, it returns the number of allocated data
structures (nOutlines) and the address of that array (outlines). When
you are finished with that array, you can free it by calling
ufmFreeExactOutline with the argument values that were returned by
ufmGetExactOutline.
ufmGetExactOutline(3w).
If you specify a value less than 1 for nOutlines or a NULL pointer for
outlines, ufmFreeExactOutline will return the value UFM_INVALID_VALUE.
Else, it will return the value UFM_NO_ERROR. UFM_INVALID_VALUE and
UFM_NO_ERROR are defined in the header file <ufm.h>.
PPPPaaaaggggeeee 1111 [ Back ]
|