home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SC650D6.DMS / in.adf / sc / include / graphics / text.h < prev    next >
Encoding:
Text File  |  1993-10-31  |  1.6 KB  |  63 lines

  1. €ˆGRAPHICS_TEXT_H€GRAPHICS_TEXT_Hˆ¸Œ"exec/ports.h"‡ˆGRAPHICS_GFX_HŒ"graphics/gfx.h"‡ˆUTILITY_TAGITEM_HŒ"utility/tagitem.h"‡€FS_NORMAL 0€FSB_UNDERLINED 0€FSF_UNDERLINED 1€FSB_BOLD 1€FSF_BOLD 2€FSB_ITALIC 2€FSF_ITALIC 4€FSB_EXTENDED 3€FSF_EXTENDED 8€FSB_COLORFONT 6€FSF_COLORFONT 64€FSB_TAGGED 7€FSF_TAGGED 128€FPB_ROMFONT 0€FPF_ROMFONT 1€FPB_DISKFONT 1€FPF_DISKFONT 2€FPB_REVPATH 2€FPF_REVPATH 4€FPB_TALLDOT 3€FPF_TALLDOT 8€FPB_WIDEDOT 4€FPF_WIDEDOT 16€FPB_PROPORTIONAL 5€FPF_PROPORTIONAL 32€FPB_DESIGNED 6€FPF_DESIGNED 64€FPB_REMOVED 7€FPF_REMOVED (1<<7)
  2. ƒTextAttr{
  3. STRPTR ta_Name;
  4. ‰ta_YSize;
  5. Šta_Style;
  6. Šta_Flags;
  7. };
  8. ƒTTextAttr{
  9. STRPTR tta_Name;
  10. ‰tta_YSize;
  11. Štta_Style;
  12. Štta_Flags;
  13. ƒTagItem*tta_Tags;
  14. };€TA_DeviceDPI (1|TAG_USER)€MAXFONTMATCHWEIGHT 32767
  15. ƒTextFont{
  16. ƒ¯tf_Message;
  17. ‰tf_YSize;
  18. Štf_Style;
  19. Štf_Flags;
  20. ‰tf_XSize;
  21. ‰tf_Baseline;
  22. ‰tf_BoldSmear;
  23. ‰tf_Accessors;
  24. Štf_LoChar;
  25. Štf_HiChar;
  26. ”tf_CharData;
  27. ‰tf_Modulo;
  28. ”tf_CharLoc;
  29. ”tf_CharSpace;
  30. ”tf_CharKern;
  31. };€tf_Extension tf_Message.mn_ReplyPort€TE0B_NOREMFONT 0€TE0F_NOREMFONT 1
  32. ƒTextFontExtension{
  33. ‰tfe_MatchWord;
  34. Štfe_Flags0;
  35. Štfe_Flags1;
  36. ƒTextFont*tfe_BackPtr;
  37. ĩ*tfe_OrigReplyPort;
  38. ƒTagItem*tfe_Tags;
  39. ‰*tfe_OFontPatchS;
  40. ‰*tfe_OFontPatchK;
  41. };€CT_COLORMASK 15€CT_COLORFONT 1€CT_GREYFONT 2€CT_ANTIALIAS 4€CTB_MAPCOLOR 0€CTF_MAPCOLOR 1
  42. ƒColorFontColors{
  43. ‰cfc_Reserved;
  44. ‰cfc_Count;
  45. ‰*cfc_ColorTable;
  46. };
  47. ƒColorTextFont{
  48. ƒTextFont ctf_TF;
  49. ‰ctf_Flags;
  50. Šctf_Depth;
  51. Šctf_FgColor;
  52. Šctf_Low;
  53. Šctf_High;
  54. Šctf_PlanePick;
  55. Šctf_PlaneOnOff;
  56. ƒColorFontColors*ctf_ColorFontColors;
  57. ”ctf_CharData[8];
  58. };
  59. ƒTextExtent{
  60. ‰te_Width;
  61. ‰te_Height;
  62. ƒRectangle te_Extent;
  63. };‡