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