Re: thoughts on fonts (was: text-decoration)

2003-01-09 Thread Jeremias Maerki
I've added my current thoughts to a Wiki page for those interested in this discussion: http://nagoya.apache.org/wiki/apachewiki.cgi?FOPFontSubsystemDesign You're all welcome to participate. Jeremias Maerki - To unsubscribe,

DO NOT REPLY [Bug 4569] - FOP 0.20.1 : Error while loading TTF fonts for PDF rendering

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4569. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: xml-fop/src/org/apache/fop/fonts TTFFile.java TTFMtxEntry.java

2003-01-09 Thread jeremias
jeremias2003/01/09 05:47:26 Modified:.Tag: fop-0_20_2-maintain CHANGES src/org/apache/fop/fonts Tag: fop-0_20_2-maintain TTFFile.java TTFMtxEntry.java Log: Fixed bug #15877: ArrayIndexOutOfBoundException with certain TrueType fonts.

cvs commit: xml-fop/src/org/apache/fop/fonts/truetype TTFFile.java TTFMtxEntry.java

2003-01-09 Thread jeremias
jeremias2003/01/09 05:51:06 Modified:src/org/apache/fop/fonts/apps PFMReader.java TTFReader.java src/org/apache/fop/fonts/truetype TTFFile.java TTFMtxEntry.java Log: Fixed bug #15877: ArrayIndexOutOfBoundException with certain TrueType fonts.

cvs commit: xml-fop status.xml

2003-01-09 Thread jeremias
jeremias2003/01/09 05:52:01 Modified:.status.xml Log: Added change log for bugfix #15877 Revision ChangesPath 1.22 +4 -0 xml-fop/status.xml Index: status.xml === RCS file:

DO NOT REPLY [Bug 15877] - TTFReader crashes with certain TTF files

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15877. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13464] - part of word missing when broken across pages

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13464. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: thoughts on fonts (was: text-decoration)

2003-01-09 Thread Victor Mote
Jeremias Maerki wrote: A Wiki is probably easier to work with in this case. CVS update, edit, CVS commit, Website update is a lot of work. I'll start a Wiki page and add my thoughts to it. We can always transfer the contents back to XML later. Good. I don't think I knew what a wiki was when

Re: File size improvements for PS renderer

2003-01-09 Thread Christian Geisert
Jeremias Maerki wrote: [..] Christian, when do you plan to release 0.20.5? Seems like no major bugs are around, right? Yes, I'm just waiting for your tutorial ;-) Just kidding ... my plan is in the next days Christian - To

DO NOT REPLY [Bug 15936] New: - Leading causes space deletion/word misplacement

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15936. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: tutorial for 0.20.5 release (was: File size improvements for PS renderer)

2003-01-09 Thread Jeremias Maerki
Uh, yeah. Almost forgot. I guess I can come up with a first version until Thursday. On 09.01.2003 19:42:31 Christian Geisert wrote: Jeremias Maerki wrote: [..] Christian, when do you plan to release 0.20.5? Seems like no major bugs are around, right? Yes, I'm just waiting for your

Re: Encryption

2003-01-09 Thread Jeremias Maerki
Hi Patrick That's great news! I'll be glad to help testing and integrating. But one question: Why would you want to implement RC4 yourself? Wouldn't it be better if we used (for example) bouncycastle.org's implementation for that? They have an MIT licence which is compatible with the APL AFAIK.