ftp.nice.ch/pub/next/graphics/vector/PencilTWO.s.tar.gz#/PencilTWO/Source/PencilText.h

This is PencilText.h in view mode; [Download] [Up]

#import "PencilGraphic.h"

@interface PencilText:PencilGraphic
{
	char *rich;
	int length;
}

- editText:(NXEvent *)te:(id)view:(id)flippedView;
- makeCharacterPath:view:cp;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.