
---------------------------------------------------------------------------
Name CExe Function
---------------------+----+------------------------------------------------
_setgtextvector M Set the current output vector of text.
_setlinestyle M Set the current line style.
_setpixel M Draw a pixel.
_settextposition M Set the current output position of text.
_settextrows M Set the text row number.
_settextwindow M Set the text window.
_setvideomode M Set the screen video mode.
_setvideomoderows M Set the screen video mode and text row number.
_setvieworg M Set the origin of the view port.
_setviewport M Set the clipping region and the view coordinate.
_setvisualpage M Set the current visual page number.
_setwritemode M Set the current writing mode.
_unregisterfonts M Delete registered font file.
_wrapon M Enable/disable line wrapping.
---------------------------------------------------------------------------
(2) C Executor original graphic functions
These are graphic drawing functions specific to the C Executer.
---------------------------------------------------------------------------
Name CExe Function
---------------------+----+------------------------------------------------
gr_displaychar M Draw a standard size character.
gr_displayfourlarge M Draw a quad size character.
gr_displaysixlarge M Draw a hex size character.
_putpattern M Put monochrome image data.
_getpattern M Get monochrome image data.
gr_dispstr M Draw a standard size string.
gr_disp6str M Draw a hex size string.
gr_bitblt M Copy image data.
gr_disp4str M Draw a quad size string.
gr_displaysmlchar M Draw a small size character.
gr_dispsstr M Draw a small size string.
gr_displayfchar M Draw a FANUC character.
gr_dispfstr M Draw a FANUC character string.
gr_disp9ifchar M Draw 9-inch font character.
gr_disp9ifstr M Draw 9-inch font character string.
mmc_line_b M Draw a line between specified two points.
mmc_polyline M Draw a polyline.
mmc_circle_b M Draw a circle.
mmc_ellipse_b M Draw an ellipse.
mmc_pie_b M Draw a pie figure.
mmc_arc_b M Draw an arc.
mmc_gettext M Get character in the specified area.
mmc_puttext M Put character data on memory to text screen.
mmc_textsize M Get required byte size for getting character.
---------------------------------------------------------------------------