home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20269 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.4 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!news.funet.fi!ajk.tele.fi!funic!nntp.hut.fi!cs.hut.fi!aleskine
  2. From: aleskine@cs.hut.fi (Arto Leskinen)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: script manager
  5. Message-ID: <ALESKINE.92Dec24000347@cardhu.cs.hut.fi>
  6. Date: 23 Dec 92 22:03:52 GMT
  7. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  8. Distribution: comp.sys.mac.programmer
  9. Organization: Helsinki University of Technology, Finland
  10. Lines: 27
  11. Nntp-Posting-Host: cardhu.cs.hut.fi
  12.  
  13. Hello! Do you happened to have some dokumentation of GetFormatOrder and 
  14. StyledLineBreak functions.
  15.  
  16. Another problem I am having is that I seem to get random crashes. Is there
  17. a way to find out when value of variable changes without running step by
  18. step and hoping to find out. I have MacsBug and Think C 5.04
  19.  
  20. pascal void GetFormatOrder(FormatOrderPtr ordering,short firstFormat,short lastFormat,
  21.     Boolean lineRight,Ptr rlDirProc,Ptr dirParam)
  22.     = {0x2F3C,0x8012,0xFFFC,0xA8B5}; 
  23.  
  24. Defined in Script.h
  25.  
  26. So this is what I know about it.
  27.  
  28. I also would like to know what kind of table I should give to 
  29. pascal void NMeasureJust(Ptr textPtr,long textLength,Fixed slop,Ptr charLocs,
  30.     JustStyleCode styleRunPosition,Point numer,Point denom)
  31.     = {0x2F3C,0x801A,0x0034,0xA8B5}; 
  32.  
  33. Defined in Script.h
  34.  
  35. It says Ptr charLocs, and Ptr should point to table. I suppose size char is
  36. not big enough.
  37.  
  38. Arto Leskinen
  39. aleskine@cs.hut.fi
  40.