ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/appkit/FontManager.m

This is FontManager.m in view mode; [Download] [Up]

/* Implementation for FontManager class
 *
 * Copyright (C)  1993  The Board of Trustees of  
 * The Leland Stanford Junior University.  All Rights Reserved.
 *
 * Authors: Scott Francis, Paul Kunz, Imran Qureshi, and Libing Wang
 *
 * This file is part of an Objective-C library for a window system
 *
 * FontManager.m,v 1.4 1994/06/11 03:55:46 pfkeb Exp
 */
 

/*
 * This class is here just to keep unarchiving happy since a CustomObject 
 * of this class is in the list of objects archived if the application
 * has a FontPanel menu item.   We don't do anything with it for now
 * but might have a use for it in the future.
 */
 
#include "FontManager.h"

@implementation FontManager

- setDelegate:anObject
{
    delegate = anObject;
    return self;
}
- delegate
{
    return delegate;
}
@end

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