nfbFontPSPtr(D4nfb)
nfbFontPSPtr --
no frame buffer font-per-screen structure
Synopsis
#include "nfbGlyph.h"
Description
The nfbFontPS structure is allocated
per screen for every font.
It allows driver developers access to
the font information
and provides a mechanism for driver developers
to maintain private information per font.
Structure definition
typedef struct _nfbFontPS {
nfbFontInfoPtr pFontInfo;
DevUnion private;
} nfbFontPS, *nfbFontPSPtr;
Structure members
The members are:
pFontInfo
-
pointer to the
nfbFontInfo(D4nfb)
structure.
private
-
private variable for the display driver to use
to keep its own private information per font.
Version applicability
This structure is supported for NFB drivers
on all releases of SCO OpenServer 5, SVR5, and AIX 5L.
References
nfbFontInfo(D4nfb)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005