This is Sonata.h in view mode; [Download] [Up]
#import "Glyph.h" @interface Sonata:Glyph { @public unsigned char charVal ; // char code for this glyph } + sonataMetricFor: (unsigned char) code inRect: (NXRect *) aRect ; - drawSelf: (NXRect *) aRect ; - init: (float) width :(float) height ; - (const char *) name ; - setCharVal: (unsigned char) aChar ; -read: (NXTypedStream *) stream ; -write: (NXTypedStream *) stream ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.