Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 319 -
------------------------------------------------------------------------------
3. Draw a hex size character. <Main>
------------------------------------------------------------------------------
[Name]
gr_displaysixlarge
[Syntax]
#include <graph.h>
void gr_displaysixlarge( 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 hex size character whose dot matrix is 24 x 32 or
48 x 50 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 draw only 'SPACE',
'0'-'9', 'A'-'Z', '.' and '-'.
[Remarks]
In the small-character mode of 9-inch CRT, no hex size character is
displayable.