home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsm / mkdrawf / Source / h / syscalls < prev   
Encoding:
Text File  |  1995-04-26  |  493 b   |  13 lines

  1. /* h.syscalls */
  2.  
  3. int findfont(char *name, int xsz, int ysz, int xres, int yres);
  4. void losefont(int handle);
  5. void stringbbox(int handle, char *string, int *bbox, int flags, int *matrix);
  6. int processpath(int *path, int fill_style, int *matrix, int flatness,
  7.                 int width, int *cap_and_join, int *dash_pattern,
  8.                 int *output_buffer);
  9. int gstrans(char *str, char *buf, int len);
  10. int file_size(char *name);
  11. int load_file(char *name, void *address);
  12. int mono_time(void);
  13.