Re: Best Interface for reading OpenType Files

2009-09-25 Thread Jeremias Maerki
Alexander, I don't think that relying directly on the ImageIO API is a problem since it's been part of the core Java class library since Java 1.4. It's available in all JVMs that claim to be at least Java 1.4 compliant. I don't really see the benefit in hiding the API behind an additional layer.

Re: Best Interface for reading OpenType Files

2009-09-25 Thread Alexander Kiel
Hi Jeremias, On Fri, 2009-09-25 at 08:37 +0200, Jeremias Maerki wrote: I don't think that relying directly on the ImageIO API is a problem since it's been part of the core Java class library since Java 1.4. It's available in all JVMs that claim to be at least Java 1.4 compliant. I don't

Re: Best Interface for reading OpenType Files

2009-09-25 Thread Vincent Hennebert
Hi Alexander, Knowing just about nothing of font file formats and libraries, I’ll play the ignorant guy asking naive questions, hoping that it might give you good ideas. Alexander Kiel wrote: Hi Jeremias, On Fri, 2009-09-25 at 08:37 +0200, Jeremias Maerki wrote: I don't think that relying

Re: Best Interface for reading OpenType Files

2009-09-25 Thread Alexander Kiel
Hi Vincent, I had a look at SeekableStream and I can imagine how the needs resulted in the ImageInputStream interface. I haven't decided yet if I should use ImageInputStream directly. Maybe someone else can throw it's two cents in here. Here are my two cents: if you make use of classes

Unit Tests in Intellij Idea

2009-09-25 Thread Alexander Kiel
Hi, I search for a possibility to run the unit tests just inside idea. If I let idea compile all the classes, coping the fo files and letting ant generate the source files, it runs 2110 test, but fails 1737 of them. Some of the errors: No IF document handler for the requested format available:

DO NOT REPLY [Bug 46813] block margin as percentage problem on 1st block in block-container

2009-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46813 --- Comment #2 from Jonathan Levinson levin...@intersystems.com 2009-09-25 17:46:34 PDT --- Created an attachment (id=24314) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24314) Patch that fixes problem Attached is a patch