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
( 47, 25, 47, 47, 47, 47, 48, 47, 47, 47, 47, 47);
Define RectList
( ( 0, 0, 63,101), ( 64, 0, 42,101), ( 107, 0, 59,101), ( 167, 0, 33,101
),
( 201, 0, 57,101), ( 259, 0, 57,101), ( 317, 0, 59,101), ( 377, 0, 57,101
),
( 435, 0, 61,101), ( 497, 0, 58,101), ( 556, 0, 61,101), ( 618, 0, 61,101
));
Define OffsetList
( (-8, 0), (-9, 0), (-6, 0), ( 7, 0), (-5, 0), (-6, 0), (-6, 0), (-5, 0),
(-7, 0), (-6, 0), (-7, 0), (-7, 0));
CreateLayer
LayerSetImage
LayerSetAscent
LayerSetCharWidths
LayerSetCharWidths
LayerSetImageMap
LayerSetCharOffsets
LayerSetAscentPadding
LayerSetLineSpacingOffset
LayerSetPointSize
SetDefaultPointSize 60;

Main;
Main 'ContinuumBold60outline';
Main 75;
Main CharList WidthList;
Main (' ') (23);
Main CharList RectList;
Main CharList OffsetList;
Main 10;
Main -10;
Main 60;

You might also like