Aligning paragraph text, setting font-family

2003-12-05 Thread Manjush G. Menon
hi, I want to 'justify' all lines of a paragraph, but not the last one. Now when i give fo:block font-size=12pt font-family=Arial space-after=0cm text-align=start text-align-last=relative white-space-collapse=false white-space=normal linefeed-treatment=preserve xsl:value-of select=body/

Re: Aligning paragraph text, setting font-family

2003-12-05 Thread John Root
Try the following: fo:block font-size=12pt font-family=Arial space-after=0cm text-align=justify text-align-last=left . . . . xsl:value-of select=body/ /fo:block Also, when i give font-family=Arial in a fo:block, it shows [ERROR] unknown font sans,normal,normal so defaulted

Re: Aligning paragraph text, setting font-family

2003-12-05 Thread Stan Pinte
On Thu, 04 Dec 2003 23:40:14 -0800, John Root [EMAIL PROTECTED] wrote: Try the following: fo:block font-size=12pt font-family=Arial space-after=0cm text-align=justify text-align-last=left . . . . xsl:value-of select=body/ /fo:block Also, when i give font-family=Arial in a fo:block, it shows

Re: Aligning paragraph text, setting font-family

2003-12-05 Thread Jeremias Maerki
Yes, as long as you use the same fonts (i.e. font files). On 05.12.2003 10:05:15 Stan Pinte wrote: and does it works cross platform? an xml fonts metrics file generated on windows will work on unix? Jeremias Maerki - To