ufmGetVersion(3w) ufmGetVersion(3w)
ufmGetVersion - get the version of the Universal Font Manager (UFM)
#include <ufm.h>
void ufmGetVersion(int *major, int *minor)
ufmGetVersion returns the major and minor version numbers of the
Universal Font Manager (UFM). These numbers can be used to check whether
a particular UFM feature is available. Since a program can be
dynamically linked with various versions of UFM, it should check whether
the UFM version numbers are sufficiently high to provide a function that
was not supported in Version 1.0 of UFM.
ufmGetVersion uses the argument major to return the major version number
of UFM.
ufmGetVersion uses the argument minor to return the minor version number
of UFM.
ufmGetVersion returns the value UFM_INVALID_VALUE when you set the value
of the pointer major or minor to NULL. Else, it returns the value
UFM_NO_ERROR. UFM_OUT_OF_MEMORY and UFM_NO_ERROR are defined in the
header file <ufm.h>.
PPPPaaaaggggeeee 1111 [ Back ]
|