Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Define CharList

( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9');
Define WidthList
( 11, 11, 11, 11, 11, 11, 11, 11, 11, 11);
Define RectList
( ( 0, 0, 20, 29), ( 21, 0, 14, 29), ( 36, 0, 20, 29), ( 57, 0, 20, 29
),
( 78, 0, 20, 29), ( 99, 0, 20, 29), ( 120, 0, 20, 29), ( 141, 0, 19, 29
),
( 161, 0, 20, 29), ( 182, 0, 20, 29));
Define OffsetList
( (-5, 0), (-1, 0), (-4, 0), (-4, 0), (-5, 0), (-4, 0), (-5, 0), (-4, 0),
(-5, 0), (-5, 0));
CreateLayer
LayerSetImage
LayerSetAscent
LayerSetCharWidths
LayerSetCharWidths
LayerSetImageMap
LayerSetCharOffsets
LayerSetAscentPadding
LayerSetLineSpacingOffset
LayerSetPointSize
SetDefaultPointSize 14;

Main;
Main 'ContinuumBold14';
Main 20;
Main CharList WidthList;
Main (' ') (5);
Main CharList RectList;
Main CharList OffsetList;
Main 5;
Main -5;
Main 14;

You might also like