The easiest way is probably with fo:leader
 
<fo:block>
My name is<fo:leader leader-length="3mm"/>ABC
</fo:block>
 
 
Eric Amick
Legislative Computer Systems
Office of the Clerk
 

________________________________

From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 22, 2008 11:36
To: [email protected]
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 is<fo: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

Reply via email to