This is PSCPriv.h in view mode; [Download] [Up]
#import "Glyph.h" @interface PSCPriv:Glyph { char *cache ; unsigned capacity ; } - cache: (char *) format, ... ; - copy ; - didResize: sender ; - drawSelf: (NXPoint *) scale ; - emptyCache ; - free ; - init: (float) width :(float) height ; - makeCache ; -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.