Blame | Last modification | View Log | RSS feed
Define CharList( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9');Define WidthList( 9, 7, 14, 10, 13, 9, 10, 10, 11, 10);Define RectList( ( 0, 0, 9, 34), ( 10, 0, 8, 34), ( 19, 0, 16, 34), ( 36, 0, 13, 34),( 50, 0, 14, 34), ( 65, 0, 14, 34), ( 80, 0, 9, 34), ( 90, 0, 11, 34),( 102, 0, 12, 34), ( 115, 0, 11, 34));Define OffsetList( ( 0, 0), ( 0, 0), (-2, 0), (-2, 0), ( 0, 0), (-2, 0), ( 0, 0), ( 0, 0),( 0, 0), ( 0, 0));CreateLayer Main;LayerSetImage Main 'VinerHandITC16';LayerSetAscent Main 21;LayerSetCharWidths Main CharList WidthList;LayerSetCharWidths Main (' ') (5);LayerSetImageMap Main CharList RectList;LayerSetCharOffsets Main CharList OffsetList;LayerSetAscentPadding Main 0;LayerSetLineSpacingOffset Main 0;LayerSetPointSize Main 16;SetDefaultPointSize 16;