Up

NSStringAdditions

Authors

Richard Frith-Macdonald( richard@brainstorm.co.uk )
Categories which add drawing capabilities to NSAttributedString and NSString.

Copyright: (C) 1999 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSAttributedString(NSStringDrawing) category
  2. Software documentation for the NSString(NSStringDrawing) category

Software documentation for the NSAttributedString(NSStringDrawing) category

NSAttributedString(NSStringDrawing)

Declared in:
AppKit/NSStringDrawing.h
Standards:

Description forthcoming.

Method summary

drawAtPoint:

- (void) drawAtPoint: (NSPoint)point;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawInRect:

- (void) drawInRect: (NSRect)rect;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawRange:atPoint:

- (void) drawRange: (NSRange)lineRange atPoint: (NSPoint)point;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawRange:inRect:

- (void) drawRange: (NSRange)lineRange inRect: (NSRect)rect;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


size

- (NSSize) size;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


sizeRange:

- (NSSize) sizeRange: (NSRange)lineRange;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


Software documentation for the NSString(NSStringDrawing) category

NSString(NSStringDrawing)

Declared in:
AppKit/NSStringDrawing.h
Standards:

Description forthcoming.

Method summary

drawAtPoint:withAttributes:

- (void) drawAtPoint: (NSPoint)point withAttributes: (NSDictionary*)attrs;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawInRect:withAttributes:

- (void) drawInRect: (NSRect)rect withAttributes: (NSDictionary*)attrs;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


sizeWithAttributes:

- (NSSize) sizeWithAttributes: (NSDictionary*)attrs;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up