CFDOCUMENT - Inconsistent Font Style Output
I have two examples to show.
When using the font: TIMES, bold tags wrapped around text inside the paragraph show correctly. Using any other font other than TIMES puts unnecessary spacing before and after the text that is wrapped with <B></B> tags or any other tags for that matter.
I have tried using SPAN and DIV tags with STYLE assignments as well. Same issue, works with TIMES, any other font it fails.
You output the same into a browser, outputs perfectly no matter what the font is.
Any fix for this?
http://www.kirbydata.com/arialpdf.cfm (bad spacing)
http://www.kirbydata.com/timespdf.cfm (same code as above but spaces correctly)
