You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Jeremias Maerki <de...@greenmail.ch> on 2002/08/08 10:00:08 UTC

Unwanted space before inline (was: Re: Font Problems in 0.20.3)

I'd REALLY appreciate if people would ONLY press the Reply button if
they are REALLY REPLYING to a message. At least you could change the
subject. This makes it much easier to find a particular mail later. Thank
you!

I think this is a bug that has been reported before. It's probably this
bug:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7259

Sorry not to be more of a help at the moment.


On 07.08.2002 20:02:07 Jon Kofal wrote:
> I do this :
> 
> <fo:block font-size="42{$fontUnits}" font-family="MyFont"
> white-space-collapse="true">a<fo:inline
> color="red">b</fo:inline></fo:block>
> 
> and my output is (with a red 'b', like I need, but with white-space
> between the characters.
> 
> a b
> 
> I do this:
> <fo:block font-size="42{$fontUnits}" font-family="MyFont"
> white-space-collapse="true">ab</fo:block>
> 
> and my output is:
> 
> ab
> 
> like I need it to be.
> 
> Anyone have a clue?


Jeremias Maerki