As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I am trying to print the euro character (€) in a PDF using PostScript fonts we have purchased. The euro symbol is overstriking the next character when I use the imbeded fonts. It works ok with the standard WebFOCUS fonts.
Instead of €20 we get €0 , with the 2 underneath the euro symbol. I am going to open a case with IBI but was wondering if someone has purchased PostSCript fonts installed if they could try this sample code agaist the CAR file to see if they get the same results.
Thanks for your help,
Lenny
DEFINE FILE CAR EXTCHAR1/A10 = '€20'; END
TABLE FILE CAR PRINT MODEL AS 'Arial' EXTCHAR1 AS 'Arial' EXTCHAR1 AS 'Galliard' HEADING "Using imbeded font and extended characters" "Outputing PDF" " " "Galliard is imbeded font Arial is NOT " " " "The Euro symbol is over writing the next character for Galliard imbeded font " " " ON TABLE PCHOLD FORMAT PDF ON TABLE SET STYLE *
I thought we could only use the fonts specified in the WebFOCUS documentation. What's an "embedded" font? I tried coding a PostScript font I have (MACGrande), and I got the error (FOC3203) UNRECOGNIZED FONT IN STYLESHEET FILE AT LINE: 6
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
What you would have to do to test is take the MACGrande font files (the .AFM .PFB and .INF files) and copy them to your ibi\srv??\home\etc directory on your report server. You also have to include the reference to the MACGrande fonts in your C:\IBI\SRV??\HOME\ETC\PDF.FMP file. You would add these lines for just the normal style. font=ArialMT, style=normal, metricsfile=ARI_____ AFM *, fontfile=ARI_____ PFB *, $
Instead of ArialMT you would use the name of your font and font files.
In the fex code I used you would change the reference to Galliard to your font name MACGrande
Lenny
(Production: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI) (Test: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
Posts: 104 | Location: Boston | Registered: April 23, 2003
In the Creating Reports With WebFOCUS Language manual, the Choosing a Display Format chapter has a topic called "Adding PostScript Type 1 Fonts for PS and PDF Formats" that covers this.
For version 5.3, (DN4500580.0904) see chapter 8. For version 7.1, (DN4500695.0905) see chapter 9.
Thank you for the reference to the documentation - very nice and detailed.
I was wondering if WebFOCUS supports the fairly new OpenType font format? It's a cross platform font format that can be used In Windows XP and Mac OS X.
Thanks again.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
There has been some font functionality added since the original topic was opened. Please open a case on InfoResponse Online so that we can verify that the specifics that you're looking for at the release of WebFOCUS that you're using have been implemented into to the product.