![]() |
Not existing default font in 7.0.0 |
Post Reply
|
| Author | |
Temp
Newbie
Joined: 08 May 2009 Posts: 14 |
Post Options
Quote Reply
Topic: Not existing default font in 7.0.0Posted: 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
|
|
![]() |
|
radup
Admin Group
Adminstrator Joined: 19 May 2008 Posts: 83 |
Post Options
Quote Reply
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> |
|
![]() |
|
Post Reply
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |