home *** CD-ROM | disk | FTP | other *** search
- IFND GRAPHICS_TEXT_I
- GRAPHICS_TEXT_I EQU 1
- * $Filename: graphics/text.i $
- * $Release: 2.04 Includes, V37.4 $
- * $Revision: 37.0 $
- * $Date: 91/01/07 $
- * graphics library text structures
- * (C) Copyright 1985-1991 Commodore-Amiga, Inc.
- * All Rights Reserved
- * This file was modified for the Optimizing Macro Assembler:
- * CT_COLORMASK was missing and has been added.
- IFND EXEC_PORTS_I
- INCLUDE "exec/ports.i"
- ENDC
- IFND UTILITY_TAGITEM_I
- INCLUDE "utility/tagitem.i"
- ENDC
- FS_NORMAL EQU 0
- BITDEF FS,UNDERLINED,0
- BITDEF FS,BOLD,1
- BITDEF FS,ITALIC,2
- BITDEF FS,EXTENDED,3
- BITDEF FS,COLORFONT,6
- BITDEF FS,TAGGED,7
- BITDEF FP,ROMFONT,0
- BITDEF FP,DISKFONT,1
- BITDEF FP,REVPATH,2
- BITDEF FP,TALLDOT,3
- BITDEF FP,WIDEDOT,4
- BITDEF FP,PROPORTIONAL,5
- BITDEF FP,DESIGNED,6
- BITDEF FP,REMOVED,7
- RSRESET
- TextAttr rs.b 0
- ta_Name rs 2
- ta_YSize rs 1
- ta_Style rs.b 1
- ta_Flags rs.b 1
- ta_SIZEOF rs.b 0
- RSRESET
- TTextAttr rs.b 0
- tta_Name rs 2
- tta_YSize rs 1
- tta_Style rs.b 1
- tta_Flags rs.b 1
- tta_Tags rs 2
- tta_SIZEOF rs.b 0
- TA_DeviceDPI EQU 1!TAG_USER
- MAXFONTMATCHWEIGHT EQU 32767
- RSRESET
- TextFont rs.b MN_SIZE
- tf_YSize rs 1
- tf_Style rs.b 1
- tf_Flags rs.b 1
- tf_XSize rs 1
- tf_Baseline rs 1
- tf_BoldSmear rs 1
- tf_Accessors rs 1
- tf_LoChar rs.b 1
- tf_HiChar rs.b 1
- tf_CharData rs 2
- tf_Modulo rs 1
- tf_CharLoc rs 2
- tf_CharSpace rs 2
- tf_CharKern rs 2
- tf_SIZEOF rs.b 0
- tf_Extension EQU MN_REPLYPORT
- BITDEF TE0,NOREMFONT,0
- RSRESET
- TextFontExtension rs.b 0
- tfe_MatchWord rs 1
- tfe_Flags0 rs.b 1
- tfe_Flags1 rs.b 1
- tfe_BackPtr rs 2
- tfe_OrigReplyPort rs 2
- tfe_Tags rs 2
- tfe_OFontPatchS rs 2
- tfe_OFontPatchK rs 2
- tfe_SIZEOF rs.b 0
- CT_COLORMASK EQU $F
- CT_COLORFONT EQU 1
- CT_GREYFONT EQU 2
- CT_ANTIALIAS EQU 4
- BITDEF CT,MAPCOLOR,0
- RSRESET
- ColorFontColors rs.b 0
- cfc_Reserved rs 1
- cfc_Count rs 1
- cfc_ColorTable rs 2
- cfc_SIZEOF rs.b 0
- RSRESET
- ColorTextFont rs.b tf_SIZEOF
- ctf_Flags rs 1
- ctf_Depth rs.b 1
- ctf_FgColor rs.b 1
- ctf_Low rs.b 1
- ctf_High rs.b 1
- ctf_PlanePick rs.b 1
- ctf_PlaneOnOff rs.b 1
- ctf_ColorFontColors rs 2
- ctf_CharData rs.b 8*4
- ctf_SIZEOF rs.b 0
- RSRESET
- TextExtent rs.b 0
- te_Width rs 1
- te_Height rs 1
- te_Extent rs.b 8
- te_SIZEOF rs.b 0
- ENDC
-