nfbInitializeText8(D3nfb)
nfbInitializeText8 --
initialize terminal font download
Synopsis
void
nfbInitializeText8(
	ScreenPtr pScreen,
	int font_count,
	int max_width,
	int max_height,
	void (*download)(),
	void (*clearfont8)())
Description
nfbInitializeText8( )
is used to download terminal fonts
to your card from your driver.
Arguments
pScreen- 
pointer to the X screen structure
 
font_count- 
maximum number of fonts that can be cached
 
max_width- 
maximum width of fonts
 
max_height- 
maximum height of fonts
 
download- 
name of your font download routine
for driver cached fonts
 
clearfont8- 
name of your font clear routine,
which is called when a font is unrealized.
This routine should clear the font from its font caches.
 
Exit codes
Usage notes
You must call the
nfbCloseText8(D3nfb)
function, usually from your
xxxFreeScreen( )
routine,
to free any allocated resources.
Version applicability
This function is supported for NFB drivers
on all releases of SCO OpenServer 5, SVR5, and AIX 5L.
Source files
Routine source- 
./hw/sco/nfb/nfbFont.c
 
Driver source file- 
xxxInit.c
 
References
nfbCloseText8(D3nfb)
19 June 2005
© 2005 The SCO Group, Inc.  All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005