Re: Can't commit

2007-03-25 Thread Bertrand Delacretaz
On 3/24/07, Jay Bryant <[EMAIL PROTECTED]> wrote: ...svn: MKACTIVITY of '/repos/asf/!svn/act/8cd4ce0b-68b0-9b4f-b65f-2c1a9a53a96f': 403 Forbidden (http://svn.apache.org)... You need to switch your SVN URL to https, see http://www.apache.org/dev/committers.html#commit-403 -Bertrand

Re: FOrayFont integration in question

2006-11-13 Thread Bertrand Delacretaz
Hi Vincent and team, I won't comment on the whole thing as IMO there's one element which narrows down the choices a lot (but thanks for the detailed explanations): On 11/13/06, Vincent Hennebert <[EMAIL PROTECTED]> wrote: ...FOrayFont is mainly a one-man-show and it's not very good for Fop to

Re: Kerning for CID fonts, use unicode indexes in ?

2006-10-13 Thread Bertrand Delacretaz
On 10/13/06, Jeremias Maerki <[EMAIL PROTECTED]> wrote: ...Maybe I'll try to figure out if it's a small change to bypass the metrics file entirely. :-) Shouldn't be hard at all, but right now I have to create a test document to demonstrate the "new" font features for my own project, so I won't

Re: Kerning for CID fonts, use unicode indexes in ?

2006-10-12 Thread Bertrand Delacretaz
On 10/11/06, Jeremias Maerki <[EMAIL PROTECTED]> wrote: ...I wonder how much should be invested in versioning of those files Ok, so I have added a simplistic versioning system for these metrics XML files, an exception is thrown when attempting to read incompatible metrics files (http://iss

Re: Kerning for CID fonts, use unicode indexes in ?

2006-10-12 Thread Bertrand Delacretaz
On 10/11/06, Jeremias Maerki <[EMAIL PROTECTED]> wrote: ...the goal should be that we don't rely on those XML files much longer, so I wonder how much should be invested in versioning of those files... Agreed - versioning is easy though, if I need to make the suggested changes I'll probably impl

Re: Kerning for CID fonts, use unicode indexes in ?

2006-10-11 Thread Bertrand Delacretaz
On 10/11/06, Jeremias Maerki <[EMAIL PROTECTED]> wrote: ...If this change has an effect on the XML files generated, then we should be careful because people might not recreate their metric files and subsequently run into problems... How about adding a version number to the XML metrics files?

Kerning for CID fonts, use unicode indexes in ?

2006-10-11 Thread Bertrand Delacretaz
Hi FOPpers, See http://issues.apache.org/bugzilla/show_bug.cgi?id=40724 , kerning doesn't work for me with user-specified CID fonts at the moment. IIUC the code, org.apache.fop.layoutmgr.inline.TextLayoutManager expects unicode indexes for kerning pairs, but currently the TTFReader writes glyph

Re: svn commit: r462726 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: fonts/MultiByteFont.java fonts/truetype/TTFFile.java pdf/PDFToUnicodeCMap.java

2006-10-11 Thread Bertrand Delacretaz
On 10/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: URL: http://svn.apache.org/viewvc?view=rev&rev=462726 Log: code style TAB characters license headers... Sorry about that - sloppy work from me here. I must admit that I hate checkstyle's rigid rules when they get in the way sometim

Re: Hi from the Cocoon GetTogether in Amsterdam

2006-10-03 Thread Bertrand Delacretaz
On 10/3/06, Jeremias Maerki <[EMAIL PROTECTED]> wrote: ...Big thanks to the Cocoon community for letting us take part in their event... With my Cocoonista hat on: thanks to you FOP guys for being here, there are definitely synergies between our projects and it's good to see that happen IRL as

FYI: committing Vincent's code to the foray-font branch

2006-09-27 Thread Bertrand Delacretaz
Hi FOPpers, I'm going to commit code from Vincent's patch [1] probably later today, to the foray-font branch, as we're going to work on it together in the next few days. As it's a really big patch, I assume it's ok to do that without waiting for other committers to review the patch. Vincent has

Re: Re: Signup for the Cocoon GT Hackathon

2006-09-22 Thread Bertrand Delacretaz
On 9/22/06, Vincent Hennebert <[EMAIL PROTECTED]> wrote: I know about nothing of Cocoon, will that be a problem? :-/... I'm sure Cocoonistas will be delighted to have you guys around. -Bertrand

Re: Re: Signup for the Cocoon GT Hackathon

2006-09-22 Thread Bertrand Delacretaz
On 9/22/06, Jeremias Maerki <[EMAIL PROTECTED]> wrote: Added myself. The Cocoon Serializer is a good idea, IF!!! Maven is kind with me this time. ;-)... I might get some flak from the Cocoon team for saying this, but I think a FOP trunk serializer would be good for Cocoon 2.1.x as well (the 2.1

Signup for the Cocoon GT Hackathon

2006-09-21 Thread Bertrand Delacretaz
Hi FOPpers, As I think some of you are coming to the Cocoon GetTogether: you're welcome to sign up at http://wiki.apache.org/cocoon/GT2006Hackaton. I have added "creating a Cocoon serializer for the current FOP release" as a hacking idea. Not sure if I'll have much time to work on this myself, b

Re: Re: Committing again..

2006-09-20 Thread Bertrand Delacretaz
On 9/18/06, Simon Pepping <[EMAIL PROTECTED]> wrote: ...Why don't you start a branch? That gives you more room for experimenting... Good idea. I'm starting with the the ToUnicode stuff which might not justify a branch, but a branch for the OpenType/fonts stuff makes sense. -Bertrand

Committing again..

2006-09-15 Thread Bertrand Delacretaz
I hope it's ok if I commit my work on OpenType fonts directly - I haven't committed anything here for a looong time, but still have commit rights. I'll do my best not to break anything, and also to include automated tests for my changes. -Bertrand

Looking for OpenType fonts to distribute with FOP, for testing

2006-09-11 Thread Bertrand Delacretaz
Hi FOP community, I'm working on OpenType font support improvements [1], and I'm trying to get permission to distribute some OpenType fonts with FOP to test and demonstrate this. If anyone has good fonts that they could donate, or contacts to help make this happen, please let me know! -Bertrand

Bugzilla component added: "fonts"

2006-09-11 Thread Bertrand Delacretaz
I have added a new "fonts" component in the list of components for FOP, in bugzilla. Hope it's ok - If not, just yell ;-) -Bertrand

Re: Re: Re: Implementing OpenType font support, how hard?

2006-09-11 Thread Bertrand Delacretaz
On 8/4/06, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: ...I'll discuss the plan with my project's stakeholders and hopefully get the green light to invest time in this... Good news, I got the green light and will be working on these OpenType improvements in the next few

Re: Re: Implementing OpenType font support, how hard?

2006-08-04 Thread Bertrand Delacretaz
On 8/3/06, Jeremias Maerki <[EMAIL PROTECTED]> wrote: ...Sorry, I haven't been clear. Adam obviously grabbed a class [1] from Victor's FOray, adapted it to FOP and put a different license header on top. So, it's not that simple. As a first point, we'll need a license grant from Victor for this f

Re: Re: Implementing OpenType font support, how hard?

2006-08-03 Thread Bertrand Delacretaz
On 8/3/06, Manuel Mall <[EMAIL PROTECTED]> wrote: On Thursday 03 August 2006 21:04, Simon Pepping wrote: >... The main problem with all these smart font features is that you > cannot implement them in rendering without also implementing them in > the linebreaking code ...That comment do

Re: Re: Implementing OpenType font support, how hard?

2006-08-03 Thread Bertrand Delacretaz
Hi, and thanks everybody for your replies. On 8/2/06, Jeremias Maerki <[EMAIL PROTECTED]> wrote: ...No, I've been able to restore kerning support. If there's still some commented code I should probably remove it now. Can you give me a pointer?... You're right, kerning works for builtin fonts

Re: Re: Implementing OpenType font support, how hard?

2006-08-02 Thread Bertrand Delacretaz
Hoi Jeremias, I'll reply on the other points tomorrow, but for now: ...AFAIK, OpenType allows different variants of a font in one font file (ex. normal and bold). We've had requests to support those font files. Have you found out during your investigations what would be involved in supporting t

Implementing OpenType font support, how hard?

2006-08-02 Thread Bertrand Delacretaz
Hi FOP team, (sorry about the long message, but there's quite a lot of stuff to explain) I *might* have a need and budget to improve the support of OpenType fonts in FOP in the next few weeks. We had a quick talk about this with Jeremias at ApacheCon EU, and now I need to estimate how hard/long

Re: [ANNOUNCEMENT] Apache FOP 0.90 alpha 1 released

2005-11-23 Thread Bertrand Delacretaz
Le 23 nov. 05, à 00:23, Jeremias Maerki a écrit : The Apache FOP team is excited to announce the release of Apache FOP 0.90 alpha 1... So am I, CONGRATULATIONS to the team for making this happen! It's great to see FOP alive and kicking, with a solid team behind it. The release, and how well

Re: rtflib independance from FOP (continued) + JAFOG

2005-08-03 Thread Bertrand Delacretaz
Le 2 août 05, à 12:36, Chris Bowditch a écrit : ...Is this a typo, or did you mean to say FOP is *not* the most up-to-date place for thr RTF Renderer? I thought the JFOR project had stopped and since integrating the RTF Renderer into FOP, several improvements had been made to the RTF Renderer