Re: How can I force a space in rendered output?

2003-01-24 Thread J.Pietschmann
Patrick Dean Rusk wrote: It doesn't work in the sense that the result of using the is visually indistinguishable from leaving it out. Ah, yes there is indeed a bug there: LineArea.java public int addCharacter(char data, LinkSet ls, boolean ul) { ... // if whitespace-col

Re: How can I force a space in rendered output?

2003-01-24 Thread Paul Washinger
I use   and have not had any problems with this. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How can I force a space in rendered output?

2003-01-24 Thread Patrick Dean Rusk
> > What I'm looking for is a FO element that I can put between the > > above and the . I thought that > > > > > > > > would work, but it does not. > > In what sense it doesn't work? Also, if you can ensure an element > follows the copyright character, you should be able to (unconditionally) > p

Re: How can I force a space in rendered output?

2003-01-24 Thread J.Pietschmann
Patrick Dean Rusk wrote: I have a need to put copyright symbols in my rendered text from time to time, and I like to follow them with a space. Because of some of the transformation logic required when I do this, I can't easily ensure that an actual space will appear in the event stream that FOP pr