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'd like to be able to include the checkbox symbol in my PDF output. My understanding is that you need an Adobe PostScript Type1 font. I'm not finding a font which includes a checkbox character. Wingdings supplies the characters that I need. Does anyone know of something comparable in a PostScript Type1 font?This message has been edited. Last edited by: Kerry,
Release 773
Posts: 14 | Location: Rochester | Registered: September 22, 2005
You can use a utility called TTF2PT1 to create a PS Type 1 Font for Wingdings and then following the documentation for adding new fonts to your installation.
As an easy alternative, you could either add an image of a checkbox to your document in the stylesheet (TYPE=REPORT, IMAGE=imagename, ...) or use the box object (TYPE=REPORT,OBJECT=BOX, ...) to draw a box the size you want in a specified location with a background color.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Thanks for pointing me in the right direction. I didn't realize that we had font=ZapfDingbats installed which has a checkbox and a radio button among other things.
Release 773
Posts: 14 | Location: Rochester | Registered: September 22, 2005