mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:20:47 +00:00
Remove the GSFusedSilica files as they are obsolete now.
The Opal library is a more complete replacement for CoreGraphics. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32251 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d83fb0774b
commit
c67cd8b4f8
8 changed files with 12 additions and 2122 deletions
|
@ -45,7 +45,6 @@
|
|||
#import "AppKit/NSFontManager.h"
|
||||
#import "AppKit/NSView.h"
|
||||
#import "GNUstepGUI/GSFontInfo.h"
|
||||
#import "GSFusedSilicaContext.h"
|
||||
|
||||
|
||||
@interface NSFont (Private)
|
||||
|
@ -1492,7 +1491,7 @@ static BOOL flip_hack;
|
|||
- (void *) fontRef
|
||||
{
|
||||
if (_fontRef == nil)
|
||||
_fontRef = [NSGraphicsContext CGFontReferenceFromFont: self];
|
||||
_fontRef = fontInfo;
|
||||
return _fontRef;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue