TrueType Font Embedding

2010-11-09 Thread mehdi houshmand
Hi, I'm working on making TTF subset embedding configurable such that a user can opt for either full font embedding, subset embedding or just referencing, this would be extending the work Jeremias submitted. I was considering adding a parameter to the font configuration file called embedding with

Re: TrueType Font Embedding

2010-11-09 Thread Vincent Hennebert
There may be an interest in fully embedding a font for PostScript output. IIUC there may be a print manager that pre-processes PostScript files, extracts embedded fonts to store them somewhere and re-use them whenever needed. It can then strip the font off subsequent files and substantially

Re: TrueType Font Embedding

2010-11-09 Thread Jeremias Maerki
Hi Mehdi, I'm against that since we already have mechanisms to control some of these traits and this would overlap with them. For example, we have the referenced-fonts element (http://xmlgraphics.apache.org/fop/trunk/fonts.html#embedding) which controls whether we embed or not. And we have the

Re: TrueType Font Embedding

2010-11-09 Thread Jeremias Maerki
On 09.11.2010 14:48:30 Vincent Hennebert wrote: There may be an interest in fully embedding a font for PostScript output. IIUC there may be a print manager that pre-processes PostScript files, extracts embedded fonts to store them somewhere and re-use them whenever needed. It can then strip

DO NOT REPLY [Bug 50240] [PATCH] Upgrade to Java 1.5 - Converted EncodingMode to an Enum

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50240 --- Comment #1 from Mehdi Houshmand med1...@gmail.com 2010-11-09 11:39:46 EST --- Created an attachment (id=26273) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26273) EncodingMode changed from class - enum + JUnit test Sorry

DO NOT REPLY [Bug 50240] New: [PATCH] Upgrade to Java 1.5 - Converted EncodingMode to an Enum

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50240 Summary: [PATCH] Upgrade to Java 1.5 - Converted EncodingMode to an Enum Product: Fop Version: all Platform: PC OS/Version: Linux Status: NEW

Re: DO NOT REPLY [Bug 50240] New: [PATCH] Upgrade to Java 1.5 - Converted EncodingMode to an Enum

2010-11-09 Thread Peter B. West
You may find some of the code in the now-stagnant SourceForge Folio project useful. It has lots of enums defined, for example. It is MPL, but just let me know and I'll change the licence. Peter West He said to them, Come and see. On 10/11/2010, at 2:35 AM, bugzi...@apache.org wrote: