ufmFreeTypefaceInfo(3w) ufmFreeTypefaceInfo(3w)
ufmFreeTypefaceInfo - free typeface information
#include <ufm.h>
int ufmFreeTypefaceInfo(ufmTypeface *typeface)
ufmFreeTypefaceInfo frees the memory ufmGetTypefaceInfo allocated for a
data structure of the type ufmTypeface.
When ufmGetTypefaceInfo allocates a data structure of the type
ufmTypeface, it returns the address of that data structure (typeface).
When you are finished with that data structure, you can free it by
calling ufmFreeTypefaceInfo with the address that was returned by
ufmGetTypefaceInfo.
ufmGetTypefaceInfo(3w).
If you specify a NULL pointer for typeface, ufmFreeTypefaceInfo 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 ]
|