home *** CD-ROM | disk | FTP | other *** search
- GRAPHICS_TEXT_HGRAPHICS_TEXT_H¸"exec/ports.h"GRAPHICS_GFX_H"graphics/gfx.h"UTILITY_TAGITEM_H"utility/tagitem.h"FS_NORMAL 0FSB_UNDERLINED 0FSF_UNDERLINED 1FSB_BOLD 1FSF_BOLD 2FSB_ITALIC 2FSF_ITALIC 4FSB_EXTENDED 3FSF_EXTENDED 8FSB_COLORFONT 6FSF_COLORFONT 64FSB_TAGGED 7FSF_TAGGED 128FPB_ROMFONT 0FPF_ROMFONT 1FPB_DISKFONT 1FPF_DISKFONT 2FPB_REVPATH 2FPF_REVPATH 4FPB_TALLDOT 3FPF_TALLDOT 8FPB_WIDEDOT 4FPF_WIDEDOT 16FPB_PROPORTIONAL 5FPF_PROPORTIONAL 32FPB_DESIGNED 6FPF_DESIGNED 64FPB_REMOVED 7FPF_REMOVED (1<<7)
- TextAttr{
- STRPTR ta_Name;
- ta_YSize;
- ta_Style;
- ta_Flags;
- };
- TTextAttr{
- STRPTR tta_Name;
- tta_YSize;
- tta_Style;
- tta_Flags;
- TagItem*tta_Tags;
- };TA_DeviceDPI (1|TAG_USER)MAXFONTMATCHWEIGHT 32767
- TextFont{
- ¯tf_Message;
- tf_YSize;
- tf_Style;
- tf_Flags;
- tf_XSize;
- tf_Baseline;
- tf_BoldSmear;
- tf_Accessors;
- tf_LoChar;
- tf_HiChar;
- tf_CharData;
- tf_Modulo;
- tf_CharLoc;
- tf_CharSpace;
- tf_CharKern;
- };tf_Extension tf_Message.mn_ReplyPortTE0B_NOREMFONT 0TE0F_NOREMFONT 1
- TextFontExtension{
- tfe_MatchWord;
- tfe_Flags0;
- tfe_Flags1;
- TextFont*tfe_BackPtr;
- ©*tfe_OrigReplyPort;
- TagItem*tfe_Tags;
- *tfe_OFontPatchS;
- *tfe_OFontPatchK;
- };CT_COLORMASK 15CT_COLORFONT 1CT_GREYFONT 2CT_ANTIALIAS 4CTB_MAPCOLOR 0CTF_MAPCOLOR 1
- ColorFontColors{
- cfc_Reserved;
- cfc_Count;
- *cfc_ColorTable;
- };
- ColorTextFont{
- TextFont ctf_TF;
- ctf_Flags;
- ctf_Depth;
- ctf_FgColor;
- ctf_Low;
- ctf_High;
- ctf_PlanePick;
- ctf_PlaneOnOff;
- ColorFontColors*ctf_ColorFontColors;
- ctf_CharData[8];
- };
- TextExtent{
- te_Width;
- te_Height;
- Rectangle te_Extent;
- };