How to change font in XML publisher report [message #324202] |
Sat, 31 May 2008 09:11 |
a5hhk
Messages: 17 Registered: August 2007
|
Junior Member |
|
|
Hi
I have create report in word template with special fonts
called 'Tempus Sans ITC' but when i run the report
the font came only in 'Times News Roman'!!!
So how i can control the font in my reports.
Also i have problem in allignemnt in xml report
Please any body help me in this issue?
Best Regards;
|
|
|
Re: How to change font in XML publisher report [message #333204 is a reply to message #324202] |
Thu, 10 July 2008 17:22 |
gall3n
Messages: 6 Registered: August 2006 Location: Edmonton
|
Junior Member |
|
|
None native fonts like MICR and barcodes will not embed in PDF documents unless you tell the BI engine where to find the fonts. To do this, go to the templates custom properties (File/Properties/Custom) and add the following property for each special font:
Name: xdo-font.<font display name>.normal.normal
Value: truetype.<font path and file name>
Example 1
xdo-font.OCR A Extended.normal.normal
truetype.C:\WinNT\Fonts\OCRAEXT.TTF
Example 2
xdo-font.IDAutomationMICR.normal.normal
truetype./u204/custom/12.0.0/others/IDAutomationMICR.ttf
|
|
|
|
|