home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12360 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  1.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!mips!spool.mu.edu!mixcom.com!ttyytt
  2. From: ttyytt@mixcom.com (Adam Costello)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: font taglist confusion
  5. Message-ID: <1992Aug16.053823.499@mixcom.com>
  6. Date: 16 Aug 92 05:38:23 GMT
  7. Article-I.D.: mixcom.1992Aug16.053823.499
  8. Organization: Milwaukee Internet Xchange BBS, Milwaukee, WI U.S.A.
  9. Lines: 28
  10.  
  11. I'm looking at page 699 of RKM Libraries 3rd Ed., which displays the
  12. definition of the struct DiskFontHeader, and trying to figure out the
  13. intended purpose of:
  14.  
  15. /* used only if dfh_TF.tf_Style FSB_TAGGED bit is set */
  16. #define dfh_Taglist     dfh_Segment     /* destroyed during loading */
  17.  
  18. When does this field point to the segment, and when to the taglist?  Am I,
  19. as a font creator, supposed to be able to use this field to include a
  20. taglist in the load file, or does taglist information reside solely in the
  21. .font file?  If it's only in the .font file, won't FixFonts destroy it?
  22.  
  23. The bottom line concern here is: Can I specify a taglist in the load file?
  24. If so, how?
  25.  
  26. And as long as I'm asking questions about fonts...
  27.  
  28. On page 697, in the description of the struct ColorTextFont, it seems to
  29. suggest, but doesn't come right out and state, that the CT_COLORFONT
  30. flag is used to indicate whether ctf_ColorFontColors actually points to
  31. anything.  Is this an accurate interpretation?
  32.  
  33. If anyone is able to answer these questions, then please tell me where
  34. you got your info.  I had assumed that the RKMs would be the last word,
  35. but even they don't seem to be entirely explicit in some places.
  36.  
  37. Thanks much!
  38. AMC
  39.