ATM.H

Go to the documentation of this file.
00001 /* --
00002 OpenFX version 2.x
00003 -- */
00004 
00005 /* file ATM.H  ATM font DLL */
00006 #define MEMFAIL 2
00007 
00008 typedef unsigned char byte; 
00016 typedef struct TWO_INTEGERS_ATM_tag {  
00017   short i,com;
00018 } two_integers;
00019 
00020 
00021 
00030 typedef struct CHARACTER_PROGRAM_tag{  /* the program for each character */
00031   int n;
00032   struct TWO_INTEGERS_ATM_tag *p;
00033 } character_program;
00034 
00035 
00036 
00044 typedef struct ATM_STRUCTURE_tag {  /* stucture for atm fonts */
00045  int ATM_bevel_front,ATM_bevel_back,ATM_bevel_angle,
00046      ATM_bevel_width,ATM_chara_width,ATM_char_preview,
00047      ATM_cap,ATM_offset,FORB;
00048  char last_ATM_font[128],ATM_Letters[64];
00049  unsigned char ATM_face_colour[3],ATM_side_colour[3],ATM_beve_colour[3];
00050 } ATM_STRUCTURE;

Generated on Sun Apr 27 14:20:10 2014 for OpenFX by  doxygen 1.5.6