Ecrion Software Inc. Homepage
Forum Home Forum Home > XF Designer > Bugs and New Features
  New Posts New Posts RSS Feed: Not existing default font in 7.0.0
  FAQ FAQ  Forum Search   Register Register  Login Login

Not existing default font in 7.0.0

 Post Reply Post Reply
Author
Message / View First Unread Post
Temp View Drop Down
Newbie
Newbie


Joined: 08 May 2009
Posts: 14
Post Options Post Options   Quote Temp Quote  Post ReplyReply Direct Link To This Post Topic: Not existing default font in 7.0.0
    Posted: 14 Aug 2009 at 8:23am
Hi,
I noticed that in XF Designer 7.0.0.2671 default font is 'Times'. This font is unavailable in fornt list, thus generated PDF's have incorrect polish characters. Previous designers had default 'Times New Roman'. Changing font from 'Times' to 'Times New Roman' won't work, because there are still 'Times' font appear in generated XLST:
 
  <fo:flow flow-name="xsl-region-body" font-family="Times" font-size="12pt">
   <fo:block><fo:inline font-family="Times New Roman">ąłśe</fo:inline> </fo:block>
  <fo:block id="xf#theEnd"/></fo:flow>
Please correct it.
Regards,
Temp
Back to Top
radup View Drop Down
Admin Group
Admin Group
Avatar
Adminstrator

Joined: 19 May 2008
Posts: 83
Post Options Post Options   Quote radup Quote  Post ReplyReply Direct Link To This Post Posted: 26 Aug 2009 at 2:30am
Times is an Adobe standard font. We use it in order to minimize the document size.
You can change the font to Times New Roman (using for example the Font drop down) and your characters should show up just fine. You can verify that the TTF font is used by going to File/Properties/Fonts in Acrobat Reader.
The following will display just fine:

<fo:flow flow-name="xsl-region-body" font-family="Times New Roman" font-size="12pt">
   <fo:block>ąłśe</fo:block>
   <fo:block id="xf#theEnd"/>
</fo:flow>

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Bulletin Board Software by Web Wiz Forums® version 9.69
Copyright ©2001-2010 Web Wiz

This page was generated in 0.078 seconds.