Hi,

I have attached the fo and the output pdf.

It is failing for many cases but it also succeeds in some cases ... 
It is not consistent in all locations.

It works perfectly fine if used with fonts available with windows (like
Arial and Helvetica).

May be some property needed for this font is not available in the font
metrics file .. 

Minion-Bold is from Adobe.

Thanks,
Kalu

-----Original Message-----
From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 18, 2004 7:00 AM
To: [EMAIL PROTECTED]
Subject: RE: space between inline


> -----Original Message-----
> From: J.Pietschmann [mailto:[EMAIL PROTECTED]
>
> Thirugnanam, Kalusivalingam wrote:
> > Thanks for the response. Even if I use fo:wrapper, it still shows 
> > some space.
>
> Do you use justified text (text-align="justify")? If so, you are 
> almost out of luck. Either don't use justified text, or represent the 
> "15th" as a graphic, for example a SVG.

FYI, the following still renders properly from where I'm sitting: (placed
line-separator in the fo:wrapper markup to avoid it being considered part of
the  content)

<fo:block font-family="Helvetica" text-align="justify">
  The meeting takes place on the <fo:wrapper font-family="Courier"
  >15<fo:inline vertical-align="super" font-size="5pt">th</fo:inline>
  </fo:wrapper> and here's some more text causing a line-break and
  triggering text-justification...
</fo:block>

It does so too when using two separate inlines instead of two nested inlines
or an inline nested in a wrapper... My best guess would still be that
there's a line-separator in the content of the source node. (Maybe caused by
having 'indent="yes"' in the xsl:output element of the stylesheet?)

Greetz,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Attachment: abc.fo
Description: Binary data

Attachment: test.pdf
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to