Re: fo:character and zero width space

2016-02-12 Thread Carlos Villegas
rd space so I can adjust it to zero. Anyway to get word-spacing optimum and minimum to zero? Carlos On 2/12/16 15:11, Glenn Adams wrote: On Thu, Feb 11, 2016 at 9:23 PM, Carlos Villegas wrote: I'm trying to use FOP 2.0 to render Thai language. FOP doesn't really sup

Re: fo:character and zero width space

2016-02-11 Thread Carlos Villegas
t information, my code could be use as a fallback if you at least know that it is a Microsoft encoded font. Carlos On 2/12/16 15:11, Glenn Adams wrote: On Thu, Feb 11, 2016 at 9:23 PM, Carlos Villegas <mailto:c...@uniscope.jp>> wrote: I'm trying to use FOP 2.0 to render T

fo:character and zero width space

2016-02-11 Thread Carlos Villegas
I'm trying to use FOP 2.0 to render Thai language. FOP doesn't really support Thai script, so I'm using an external program (libthai) to do glyph composition and word breaking. Thai doesn't use spaces to separate words, so I was just inserting zero width spaces to separate words. This works fine

FOP API: AT and PDF outputs in one go

2015-11-26 Thread Carlos Villegas
Hi, Using the FOP embedding API, can I get the area tree and PDF outputs in one go? I need both outputs for the same input, the area tree to do some post-processing on the PDF. Currently I'm calling FOP twice, for the area tree, I set it to mimic the PDF. Isn't the area tree available (inter