Change backend initialization

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3428 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-12-10 19:53:41 +00:00
parent f07575bb5f
commit c1e464992b
13 changed files with 492 additions and 43 deletions

View file

@ -35,6 +35,16 @@
@implementation NSString (NSStringDrawing)
- (void) drawAtPoint: (NSPoint)aPoint withAttributes: (NSDictionary *)attr
{
[self notImplemented: _cmd];
}
- (void) drawInRect: (NSRect)aRect withAttributes: (NSDictionary *)attr
{
[self notImplemented: _cmd];
}
- (NSSize)sizeWithAttributes:(NSDictionary *)attrs
{
NSFont *font;