Re: How to add space between words

2008-09-23 Thread paul womack
Ashish Kulkarni wrote: Hi I need to print text like My Name is ABC . . . How can i add space between words What are trying to DO with this space? Are you trying to line up a table, express columns, a list of pairs? In almost all cases, you should be working at a higher design level

How to add space between words

2008-09-22 Thread Ashish Kulkarni
Hi I need to print text like My Name is ABC So i have fo:block My Name isfo:inline space-before=3mm margin-left=3mm font-size=6pt ABC/fo:inline /fo:block When i print PDF, i get My Name is ABC without any gap beween is and ABC How can i add space between words

RE: How to add space between words

2008-09-22 Thread Amick, Eric
To: fop-users@xmlgraphics.apache.org Subject: How to add space between words Hi I need to print text like My Name is ABC So i have fo:block My Name isfo:inline space-before=3mm margin-left=3mm font-size=6pt ABC/fo:inline /fo:block When i print PDF, i get My Name is ABC without

Re: How to add space between words

2008-09-22 Thread Louis . Masters
- size=6pt ABC/fo:inline /fo:block When i print PDF, i get My Name is ABC without any gap beween is and ABC How can i add space between words

Re: How to add space between words

2008-09-22 Thread Philip V
I believe you can also preserve whitespace: fo:block white-space-collapse=false input: paraThis is my name Phil/para output: This is my name Phil HTH, Phil -- View this message in context: http://www.nabble.com/How-to-add-space-between-words