home *** CD-ROM | disk | FTP | other *** search
- %
- % This tests the new lineJustify opcode (2D). We do this by printing the same text a couple
- % verrying the interword and slop(?) spacing each time.
- %
- % header
- 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
- % end of app-specific header
- 00FF 0000 0000 00FF 00FF % pict size (bogus) and top left bottom right
- 0011 02FF % verson
- 0001 000A 0000 0000 00FF 00FF % Clip region. Added to keep Mac tester happy.
- 0030 0000 0000 00FF 00FF % draw bounding rect
- 0003 0022 % New century schoolbook
- 000D 000C % change the size
-
- 002A 20 (This is some text to change.)
- %
- % Increase the character justification to 4
- % Leave the total extra space for justification at 0
- %
- 002D 0008 00040000 00000000
- 002A 20 (This is some text.)
- %
- % Increase the character justification to 8
- % Leave the total extra space for justification at 0
- %
- 002D 0008 00080000 00000000
- 002A 20 (This is some text.)
- %
- % Increase the character justification to 8
- % increase the total extra space for justification to 15
- %
- 002D 0008 00080000 000F0000
- 002A 20 (This is some text.)
- %
- % Set the character justification to 4
- % Set the total extra space for justification to 5
- %
- 002D 0008 00040000 00050000
- 002A 20 (This is some text.)
- 00FF % end
-