ufmCloseTypeface(3w) ufmCloseTypeface(3w)
ufmCloseTypeface - close a typeface
#include <ufm.h>
int ufmCloseTypeface(unsigned int typefaceHandle)
ufmCloseTypeface closes an open typeface. Once a typeface is closed, you
can no longer use the handle that was assigned to that typeface.
typefaceHandle is a typeface handle that was returned by ufmOpenTypeface.
That must be the handle of an open typeface.
ufmOpenTypeface(3w).
If you do not specify a valid typeface handle, ufmCloseTypeface 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 ]
|