ftp.nice.ch/pub/next/fonts/apps/FontLister.1.02.NIHS.bs.tar.gz#/FontLister-1_02_NIHS.bs/Source/VisualFontSelection.subproj/VisualFontPanel.h

This is VisualFontPanel.h in view mode; [Download] [Up]

/*
 *	Filename: VisualFontPanel.h
 *	Created : Tue May  2 08:00:52 1995
 *	Author  : Vince DeMarco <vdemarco@bou.shl.com>
 *	LastEditDate Was "Wed May  3 07:47:01 1995"
 */


#import <appkit/Panel.h>

@class Font;
@interface VisualFontPanel:Panel
{
    Font *selFont;
    id    displayButton;
    id    setButton;
    id    displayMatrix;

    id    styleMatrix;
    id    weightMatrix;
    id    fontnameField;
    id    selectedField;
}

- display:sender;
- set:sender;
@end

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