ftp.nice.ch/pub/next/tools/screen/backspace/Charender.NIHS.bs.tar.gz#/CharenderView.BackModule/DN3DString.h

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

//#import <3Dkit/3Dkit.h>
#import <appkit/appkit.h>
#import <ri/ri.h>
#import <3Dkit/N3DShape.h>

@interface DN3DString : N3DShape
{
	float resolution[2];
	RtFloat **mesh;
	int numPaths;
	int *numCtrlPoints;
	char *textFont;
}
- init;
- setResolution:(float)newRes;
- setTextString:(const char *)aString andFont:(const char *)aFont;
- setTextFont:(const char *)aFont;
- setTextString:(const char *)aString;
- renderSelf:(RtToken)context;
@end

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