pdf catalog error solution

interbikes <[email protected]> 10 Sep 2003 20:29:04 -0000
Newsgroups gmane.comp.web.oscommerce.contributions
Message-ID <1bd357afe60bad661cb695ae6c1409c1@osCommerce-Forums>
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=227572#227572
----------------------------------------------------------------

Now im not sure if this is the right thing to do but if your getting the following:
"Could not include font metric file"

Just delete this from the file fpdf.php
[code]

				if(!isset($fpdf_charwidths[$fontkey]))
					$this->Error('Could not include font metric file');

[/code]


Please let me know if this is dumb  :roll: