@neauoire how does it store the text & drawing data?
@cathos A .notepad file is 0x9500 bytes long, each of the 8 pages is 0x1000 bytes long, and the drawing(18 x 1c) is 1500 bytes long.
@neauoire oh! So the file is a set size, 8 pages and 1 drawing?
@cathos yup, it's modeled over the original mac application that only had 8 pages.
@cathos A .notepad file is 0x9500 bytes long, each of the 8 pages is 0x1000 bytes long, and the drawing(18 x 1c) is 1500 bytes long.