Difference: UsingCustomFonts (6 vs. 7)

Revision 72012-04-05 - BredaHennessy

Line: 1 to 1
 
META TOPICPARENT name="APPXDeveloper"

Defining Custom Fonts

Line: 74 to 74
 
  • Select Name Resources and define a resource with:
    • Select the ROLLOVER SELECTED state
    • Set the Location Type to DESIGN FILE
Changed:
<
<
    • Enter the font file name without the extension as the Location Data (free3of9, for example). Remember that file name are case sensitive. The font name is cached in your session. If you need to correct the name, log off & on again so Appx will pick up the new name.
>
>
    • Enter the font file name without the extension as the Location Data (free3of9, for example). Remember that file names are case sensitive. The font name is cached in your session. If you need to correct the name, log off & on again so Appx will pick up the new name.
 
  • On your image define a field and set these GUI Attributes:
    • Select the Control Type of Label
    • In Resource enter the application and name you set in the above step
Line: 90 to 90
 The font will be embedded in the PDF document so the custom font should be viewable and printable on all systems whether the font is installed on the system or not.

PDF Debug Logging

Changed:
<
<
If you are having trouble getting a custom font to print you can gather debugging information by setting the following environmment variable prior to starting an APPX session:
>
>
If you are having trouble getting a custom font to print you can gather debugging information by setting the following environment variable prior to starting an APPX session:
  set PDFLIBLOGGING=filename=c:\pdf.log enable remove classes={filesearch=9 api=2 resource=9}

"enable" means that you want to enable logging
"remove" means that you want PDFlib to remove any log file (of the same name) before starting
The "classes" clause specifies the information you want to log (and the level of detail for each category)

Changed:
<
<
It would be helpful to include the log generated by this processs when reporting PDF output issues.
>
>
It would be helpful to include the log generated by this process when reporting PDF output issues.
  -- GaryRogers - 2010-06-01
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback