home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / gle / util / surf / vdevice.h < prev    next >
Encoding:
Text File  |  1992-11-29  |  322 b   |  14 lines

  1. int v_open(float width, float height);
  2. int v_close(void);
  3. int v_lstyle(char *s);
  4. int v_set_just(char *s);
  5. int v_line(float zx,float zy);
  6. int v_move(float zx,float zy);
  7. int v_color(char *s);
  8. int v_gsave(void);
  9. int v_grestore(void);
  10. int v_text(char *s);
  11. int v_marker(char *s);
  12. int v_set_hei(float g);
  13. int v_rotate(float g);
  14.