ftp.nice.ch/pub/next/connectivity/news/Alexandra.0.82.s.tar.gz#/alex8/NiceStuff.subproj/EDTextAppend.h

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

#import <appkit/Text.h>

@class Font;

@interface Text(EDAppendString2)

- appendString:(const char *)string withFont:(Font *)font;
- appendString:(const char *)string length:(int)length withFont:(Font *)font;
- appendString:(const char *)string  withSize:(float)size 
	andStyle:(NXFontTraitMask)style;

- insertString:(const char *)string withFont:(Font *)font;
- insertString:(const char *)string length:(int)length withFont:(Font *)font;
- insertString:(const char *)string withSize:(float)size 
	andStyle:(NXFontTraitMask)style;

@end

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