	IFND	LIBRARIES_DISKFONT_I
LIBRARIES_DISKFONT_I	EQU	1
*	$Filename: libraries/diskfont.i $
*	$Release: 2.04 Includes, V37.4 $
*	$Revision: 36.3 $
*	$Date: 90/10/22 $
*	diskfont library definitions
*	(C) Copyright 1985-1991 Commodore-Amiga, Inc.
*	    All Rights Reserved
*	This file was modified for the Optimizing Macro Assembler:
*	    TAGGED was missing and has been added.
	IFND	EXEC_TYPES_I
	INCLUDE	"exec/types.i"
	ENDC
	IFND	EXEC_NODES_I
	INCLUDE	"exec/nodes.i"
	ENDC
	IFND	EXEC_LISTS_I
	INCLUDE	"exec/lists.i"
	ENDC
	IFND	GRAPHICS_TEXT_I
	INCLUDE	"graphics/text.i"
	ENDC
MAXFONTPATH	EQU	256
	RSRESET
FC	rs.b	0
fc_FileName	rs.b	MAXFONTPATH
fc_YSize	rs	1
fc_Style	rs.b	1
fc_Flags	rs.b	1
fc_SIZEOF	rs.b	0
	RSRESET
TFC	rs.b	0
tfc_FileName	rs.b	MAXFONTPATH-2
tfc_TagCount	rs	1
tfc_YSize	rs	1
tfc_Style	rs.b	1
tfc_Flags	rs.b	1
tfc_SIZEOF	rs.b	0
FCH_ID	EQU	$f00
TFCH_ID	EQU	$f02
	RSRESET
FCH	rs.b	0
fch_FileID	rs	1
fch_NumEntries	rs	1
fch_FC	rs.b	0
DFH_ID	EQU	$f80
MAXFONTNAME	EQU	32
	RSRESET
DiskFontHeader	rs.b	0
dfh_DF	rs.b	LN_SIZE
dfh_FileID	rs	1
dfh_Revision	rs	1
dfh_Segment	rs	2
dfh_Name	rs.b	MAXFONTNAME
dfh_TF	rs.b	tf_SIZEOF
dfh_SIZEOF	rs.b	0
dfh_TagList	EQU	dfh_Segment
	BITDEF	AF,MEMORY,0
	BITDEF	AF,DISK,1
	BITDEF	AF,SCALED,2
	BITDEF	AF,TTATTR,16
	BITDEF	AF,TAGGED,16
	RSRESET
AF	rs.b	0
af_Type	rs	1
af_Attr	rs.b	ta_SIZEOF
af_SIZEOF	rs.b	0
	RSRESET
TAF	rs.b	0
taf_Type	rs	1
taf_Attr	rs.b	tta_SIZEOF
taf_SIZEOF	rs.b	0
	RSRESET
AFH	rs.b	0
afh_NumEntries	rs	1
afh_AF	rs.b	0
	ENDC
