Re: TrueType Font Embedding

2010-11-12 Thread Chris Bowditch
On 11/11/2010 20:35, Jeremias Maerki wrote: Hi Chris Hi Jeremias, I fully understand the desire to install the font on a PostScript printer to keep the PS files smaller. To answer your question: I did not ask for the business use case. The problem I'm struggling with in this context is how to

Re: TrueType Font Embedding

2010-11-12 Thread Jeremias Maerki
On 11.11.2010 22:10:57 Eric Douglas wrote: > If using installed fonts is an option to save space in the file / data > stream, using embedded fonts still needs to be an option. Eric, we're not talking about removing anything. We're talking about adding TrueType support to PostScript output and hand

DO NOT REPLY [Bug 49827] integration of barcode in fop 1.0

2010-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49827 --- Comment #5 from Karsten 2010-11-12 03:38:14 EST --- Hi folks, I'm just having the very same issues. Any news about a build that works well with fop 1.0? Cheers, Karsten -- Configure bugmail: https://issues.apache.org/bugzilla/user

Re: TrueType Font Embedding

2010-11-12 Thread Jeremias Maerki
On 12.11.2010 09:17:44 Chris Bowditch wrote: > Thanks for the detailed explanation. I think I follow what you mean. > IIUC what you say above then when we fully embedded the CID TTF it would > not have been extractable? In the same way a subsetted font is > meaningless when extracted. I think

DO NOT REPLY [Bug 49827] integration of barcode in fop 1.0

2010-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49827 --- Comment #6 from Jeremias Maerki 2010-11-12 03:43:36 EST --- I get side-tracked constantly lately. I've made some progress preparing Barcode4J for release but there are still a few things I need to finish first. Paying clients first, op

DO NOT REPLY [Bug 50245] [PATCH] Upgrade to Java 1.5 - Added type-safe parameters to collections in Fonts

2010-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50245 --- Comment #5 from Mehdi Houshmand 2010-11-12 05:43:06 EST --- Created an attachment (id=26285) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26285) Upgraded collections in o.a.f.fonts with amendments Ok, I've made the reque

DO NOT REPLY [Bug 50245] [PATCH] Upgrade to Java 1.5 - Added type-safe parameters to collections in Fonts

2010-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50245 Mehdi Houshmand changed: What|Removed |Added Attachment #26280|0 |1 is obsolete|

Printing FOP generated PDF using PCL6 drivers

2010-11-12 Thread Peter Hancock
Dear FOP devs, I am working on rounded corner support in fop (see branch Temp_RoundedCorners for work in progress) and I have hit upon a problem whilst trying to print PDF to a printer using a PCL6 driver. Borders in PDF are created using a graphical streams of primitive drawing commands and the

Re: svn commit: r1034094 - in /xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/java/org/apache/fop: fonts/truetype/TTFSubSetFile.java render/ps/PSFontUtils.java

2010-11-12 Thread mehdi houshmand
Hi Jeremias, This code fails the build, you need to add a ";" (a semi-colon) to the last parameter in the enumerated type in o.a.f.fonts.truetype.TTFSubSetFile. I was also curious why you made TTFSubSetFile.GlyphHandler? Why do you make it an interface, and why do you use an anonymous class in PSF

Re: svn commit: r1034094 - in /xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/java/org/apache/fop: fonts/truetype/TTFSubSetFile.java render/ps/PSFontUtils.java

2010-11-12 Thread Jeremias Maerki
Hi Mehdi On 12.11.2010 16:32:45 mehdi houshmand wrote: > Hi Jeremias, > > This code fails the build, you need to add a ";" (a semi-colon) to the > last parameter in the enumerated type in > o.a.f.fonts.truetype.TTFSubSetFile. I don't see that. Eclipse/ECJ is happy with it and the Sun JDK 1.5.0_2