home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!news.funet.fi!ajk.tele.fi!funic!nntp.hut.fi!cs.hut.fi!aleskine
- From: aleskine@cs.hut.fi (Arto Leskinen)
- Newsgroups: comp.sys.mac.programmer
- Subject: script manager
- Message-ID: <ALESKINE.92Dec24000347@cardhu.cs.hut.fi>
- Date: 23 Dec 92 22:03:52 GMT
- Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
- Distribution: comp.sys.mac.programmer
- Organization: Helsinki University of Technology, Finland
- Lines: 27
- Nntp-Posting-Host: cardhu.cs.hut.fi
-
- Hello! Do you happened to have some dokumentation of GetFormatOrder and
- StyledLineBreak functions.
-
- Another problem I am having is that I seem to get random crashes. Is there
- a way to find out when value of variable changes without running step by
- step and hoping to find out. I have MacsBug and Think C 5.04
-
- pascal void GetFormatOrder(FormatOrderPtr ordering,short firstFormat,short lastFormat,
- Boolean lineRight,Ptr rlDirProc,Ptr dirParam)
- = {0x2F3C,0x8012,0xFFFC,0xA8B5};
-
- Defined in Script.h
-
- So this is what I know about it.
-
- I also would like to know what kind of table I should give to
- pascal void NMeasureJust(Ptr textPtr,long textLength,Fixed slop,Ptr charLocs,
- JustStyleCode styleRunPosition,Point numer,Point denom)
- = {0x2F3C,0x801A,0x0034,0xA8B5};
-
- Defined in Script.h
-
- It says Ptr charLocs, and Ptr should point to table. I suppose size char is
- not big enough.
-
- Arto Leskinen
- aleskine@cs.hut.fi
-