Re: Fonts in JAR files

2007-07-25 Thread Vincent Hennebert
Hi Max, Some general comments. Basically I agree with Andreas and think this would be a good addition. Your idea of using manifest.xml looks fine. A quick Google search didn't give me any result regarding a standard way of bundling fonts with Java apps. It looks like you did also search for that

DO NOT REPLY [Bug 42971] New: - [PATCH] AFP Font Reader improvements

2007-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42971] - [PATCH] AFP Font Reader improvements

2007-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Fonts in JAR files

2007-07-25 Thread Max Berger
Vincent, Vincent Hennebert schrieb: > Hi Max, > > Some general comments. Basically I agree with Andreas and think this > would be a good addition. > > Your idea of using manifest.xml looks fine. A quick Google search didn't > give me any result regarding a standard way of bundling fonts with Jav

Re: svn commit: r557347 - in /xmlgraphics/fop/trunk: ./ src/documentation/content/xdocs/ src/java/org/apache/fop/fo/ src/java/org/apache/fop/layoutmgr/inline/ test/layoutengine/ test/layoutengine/stan

2007-07-25 Thread Luca Furini
(I see that Jeremias agrees with Andreas about how to interpret the nested keeps, so I reply just once) Andreas L. Delmelle wrote: In very rough terms, the logic behind it would be: if a given break #1 has a plain adjustment ratio of 3 and a governing keep of "auto", and the next break #2, re

Re: font selection by character

2007-07-25 Thread Andreas L Delmelle
On Jul 25, 2007, at 02:25, Manuel Mall wrote: On Wednesday 25 July 2007 05:17, Andreas L Delmelle wrote: Anyone have any objections, for instance, to change the default behaviour of FontInfo.fontLookup(String[], ...) to something like the below code? Should we add a getFontInstances() method t

Re: font selection by character

2007-07-25 Thread Manuel Mall
On Thursday 26 July 2007 00:23, Andreas L Delmelle wrote: > On Jul 25, 2007, at 02:25, Manuel Mall wrote: > > On Wednesday 25 July 2007 05:17, Andreas L Delmelle wrote: > >> Anyone have any objections, for instance, to change the default > >> behaviour of FontInfo.fontLookup(String[], ...) to somet