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