Warning: Installing the same font twice can create problems. With any font that comes from a centralized source (for instance, Apple), you should not embed the font within your application using the NTK multi-part package. This is a bad idea because: 1) compatibility with other apps. Other apps could embed the font in their application. If both applications appear one on Newton device, one of them will break at "install" time or "deinstall" time. If a font is installed a font more than once, there will be problems. 2) compatibility with the future ROMs. The font family symbol for this font is 'monaco (and '|MonacoCourier:PIEDTS| for font substitution parts). If a future ROM contains these, there will be problems. If you want to use the font in your package, use the 'auto-install' feature mentioned above, or create new font symbols for the two font components. (the font itself, and the MonacoCourier 'font substitution' part). Version History v1 - Initally released under a different name with an experimental version of the Monaco font - not for use in final products. v2 - Released with a working version of Monaco 9. Suitable for use in final products. - App now explicity tests if Monaco is installed - Text change v3 - Included the 2.0 version of the Monaco font. This package contains two "parts": the "font" part and the "courier substiution" part. This font should successfully print to LaserWriter printers which contain Courier-Roman, Courier-Bold, Courier-Oblique, and Courier-ObliqueBold. If your laser printer does not work with this font, please write to DEVSUPPORT and let us know. - JCB rewrote the project to show off printing. v4 - Added "auto install" slip to illustrate how to bundle the font with an application and avoid trying to install the font more than once. - Updated to NTK 1.5, included font package source