Rev 463 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
Define CharList( '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', 'c', 'C');Define WidthList( 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 27, 23);Define RectList( ( 1, 0, 5, 7), ( 7, 0, 6, 7), ( 14, 0, 6, 7), ( 21, 0, 6, 7),( 28, 0, 6, 7), ( 35, 0, 6, 7), ( 42, 0, 6, 7), ( 49, 0, 6, 7),( 56, 0, 6, 7), ( 63, 0, 6, 7), ( 70, 0, 27, 7), ( 98, 0, 23, 7));Define OffsetList( (-1, 0), ( 1, 0), ( 1, 0), ( 1, 0), ( 1, 0), ( 1, 0), ( 1, 0), ( 1, 0),( 1, 0), ( 0, 0), ( 1, 0), ( 1, 0));CreateLayer Main;LayerSetImage Main 'scoring';LayerSetAscent Main 8;LayerSetCharWidths Main CharList WidthList;LayerSetCharWidths Main (' ') (6);LayerSetImageMap Main CharList RectList;LayerSetCharOffsets Main CharList OffsetList;LayerSetAscentPadding Main 0;LayerSetLineSpacingOffset Main 0;LayerSetPointSize Main 10;SetDefaultPointSize 8;