On Mon, 14 Mar 2005 19:31:25 +0100
Krzysztof Foltman kfoltman@portal.onet.pl wrote:
ChangeLog:
Initial implementation of EM_STREAMOUT and RTF writer.
Nice to see this functionality implemented (I really didn't want to
implement it myself). Very good code too. Thanks.
Thanks :)
The new function ME_FindItemAtOffset isn't really necessary, you can
achieve exactly the same thing with ME_RunOfsFromCharOfs (and I should
have used it in ME_GetTextW instead of reimplementing the same
functionality). I'm going to get rid of it later.
Oh sorry, I haven't noticed that it already exists.
Now when both EM_STREAMIN and EM_STREAMOUT work, I can start
implementing the rest of the clipboard code.
The RTF reader still has to be teached Unicode. Currently most of my existing
.rtf documents are totally garbled.
-- Ph.