
Lists of C Executor original graphic functions
C Executor graphic library supports the following original graphic functions
in addition to MS-C compatible functions.
--------------------------------------------------------------------------
Name Function
--------------------------------------------------------------------------
1. gr_displaychar Draw a standard size character.
2. gr_displayfourlargeDraw a quad size character.
3. gr_displaysixlarge Draw a hex size character.
4. _putpattern Put monochrome image data.
5. _getpattern Get monochrome image data.
6. gr_dispstr Draw a standard size string.
7. gr_disp6str Draw a hex size string.
8. gr_bitblt Copy image data.
9. gr_disp4str Draw a quad size string.
10. gr_displaysmlchar Draw a small size character.
11. gr_dispsstr Draw a small size string.
12. gr_displayfchar Draw a FANUC character.
13. gr_dispfstr Draw a FANUC character string.
14. gr_disp9ifchar Draw 9-inch font character.
15. gr_disp9ifstr Draw 9-inch font character string.
16. mmc_line_b Draw a line between specified two points.
17. mmc_polyline Draw a polyline.
18. mmc_circle_b Draw a circle.
19. mmc_ellipse_b Draw an ellipse.
20. mmc_pie_b Draw a pie figure.
21. mmc_arc_b Draw an arc.
22. mmc_gettext Get character in the specified area.
23. mmc_puttext Put character data on memory to text screen.
24. mmc_textsize Get required byte size for getting character.
--------------------------------------------------------------------------