|
|
1.1 ! root 1: /* @(#)spectab.h 1.1 */ ! 2: ! 3: /* ! 4: * ! 5: * Control strings used by the post-processor when it is building up ! 6: * characters. The format of the strings is, an optional motion followed ! 7: * by a character that we want to print. The ordered pair (dx,dy) defines ! 8: * a motion. dx and dy specify relative horizontal and vertical movements ! 9: * in terms of a percentage of the width of the character we are trying to ! 10: * build up. Both dx and dy must be integers. If you decide to change this ! 11: * syntax, routine dostring() will have to be rewritten. ! 12: * ! 13: */ ! 14: ! 15: char *spectab[] = { ! 16: ! 17: "fi", "f(55,0)i", ! 18: "fl", "f(60,0)l", ! 19: "ff", "f(50,0)f", ! 20: "Fi", "f(33,0)f(45,0)i", ! 21: "Fl", "f(33,0)f(45,0)l", ! 22: 0, 0, ! 23: ! 24: }; ! 25:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.