
------------------------------------------------------------------------------
2. Draw a quad size character. <Main>
------------------------------------------------------------------------------
[Name]
gr_displayfourlarge
[Syntax]
#include <graph.h>
void gr_displayfourlarge( int code, short cx, short cy,
short fg, short bg ) ;
[Arguments]
code Character code to be drawn.
cx, cy Coordinate of the left-upper corner at where the
character is drawn.
fg Character color.
bg Background color.
[Return]
------
[Description]
Draws the specified character whose dot matrix is 16 x 32 dots on the
graphic screen.
Specify the character color and the background color using palette
index number. Only character is drawn if -32768 (0x8000) is specified
as the background color. This function can't draw 2-byte characters
such as Japanese Kanji characters. It can draw only half-size charac-
ters whose codes are 0x20 to 0x7F.