Client wants to use the font "Garamond three" in CF8 generated PDF's

The font is available in the CF8 administrator 
Font Family: garamond 3
Font Face: Garamond Three
Postscript Name: GaramondThree
Font Type: TRUETYPE
Usable in: PDF/Flashpaper

<CFDOCUMENT 
format="PDF" 
fontembed="selective" 
mimetype="text/html" 
localUrl="yes" 
filename="full/path/to/source/file.htm"
pageType="A4">

This is in the style sheet 

..despatchfmB  { 
font-family : garamond 3, serif; 
font-size : 14px;       
color : black;}

and appears correct in the generated html source used in making the pdf
- on the server, so the font is installed and exists Etc.

However, it is NOT appearing in the PDF.  Analysis in Acrobat
Professional says the font is TimesNewRoman so somewhere the font is
being substituted for a default serif font while the PDF is being
generated.

Anyone any ideas how I use my specified font?

Thanks

Richard

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311718
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to