home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fontutils-0.6-base.tgz / fontutils-0.6-base.tar / fsf / fontutils / gf / gf_opcodes.h < prev    next >
C/C++ Source or Header  |  1992-03-27  |  1KB  |  59 lines

  1. /* gf_opcodes.h: symbolic names for the GF commands.
  2.  
  3. Copyright (C) 1992 Free Software Foundation, Inc.
  4.  
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2, or (at your option)
  8. any later version.
  9.  
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. GNU General Public License for more details.
  14.  
  15. You should have received a copy of the GNU General Public License
  16. along with this program; if not, write to the Free Software
  17. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  18.  
  19. #ifndef GF_OPCODES_H
  20. #define GF_OPCODES_H
  21.  
  22. #define PRE 247
  23. #define POST 248
  24. #define POST_POST 249
  25.  
  26. #define GF_SIGNATURE 223
  27. #define GF_ID 131
  28.  
  29. #define BOC 67
  30. #define BOC1 68
  31. #define EOC 69
  32.  
  33. #define PAINT_0 0
  34. #define PAINT_63 63
  35. #define PAINT1 64
  36. #define PAINT2 65
  37. #define PAINT3 66
  38.  
  39. #define SKIP0 70
  40. #define SKIP1 71
  41. #define SKIP2 72
  42. #define SKIP3 73
  43.  
  44. #define NEW_ROW_0 74
  45. #define NEW_ROW_164 238
  46.  
  47. #define XXX1 239
  48. #define XXX2 240
  49. #define XXX3 241
  50. #define XXX4 242
  51. #define YYY 243
  52.  
  53. #define NO_OP 244
  54.  
  55. #define CHAR_LOC 245
  56. #define CHAR_LOC0 246
  57.  
  58. #endif /* not GF_OPCODES_H */
  59.