mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:51:02 +00:00
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:
parent
f07575bb5f
commit
c1e464992b
13 changed files with 492 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue