home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / wingnuplot / source.lha / source / OutlineFont.h < prev    next >
Text File  |  1994-04-10  |  169b  |  6 lines

  1. BOOL OpenOutlineFont(char *);
  2. void CloseOutlineFont(void);
  3. void SetFontSize(int, int);
  4. int TextLen(char *);
  5. void PrintString(struct RastPort *, int, int, char *, BOOL);
  6.