home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / WinGnuPlot22.lha / WinGnuPlot / Source / OutlineFont.h < prev    next >
Encoding:
Text File  |  1994-04-10  |  169 b   |  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.