> -----Original Message----- > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > > I would like to print a SM i.e. service mark symbol in > my output PDF. Since FOP does not support suprtscript > is there any other way I could do it. I am using Times > and Helvetica fonts for rendering my PDF. I tried > using the entity reference ℠ but it does not > work. > Any ideas on how to get it working? > Thanks in advance for help.
Hi, I think there's only two basic options: - install and use a font that has a glyph for the character (although I can't say immediately which one does) - you can try 'vertical-align' --a thread earlier today indicated 'vertical-align' does seem to be working for PDF output... (only for PDF) So, something like: <fo:inline vertical-align="super">SM</fo:inline> might just be enough... Hope this helps! Cheers, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
