From: Noah L. <nl...@co...> - 2003-03-19 17:22:52
|
On Wed, Mar 19, 2003 at 17:04:28 +0000, Tony Graham wrote: > > Please file an enhancement request on the SourceForge site. Ok: http://sourceforge.net/tracker/index.php?func=detail&aid=706397&group_id=73148&atid=536900 (I accidentally filed it anonymously, sorry about that.) > > 'none' and 'all' would be pretty simple, 'default' to not embed the > famous 14 or so will require a bit of string matching, once I find the > right strings to use. I found the following font names at http://www.foolabs.com/xpdf/problems.html Times-Roman Times-Italic Times-Bold Times-BoldItalic Helvetica Helvetica-Oblique Helvetica-Bold Helvetica-BoldOblique Courier Courier-Oblique Courier-Bold Courier-BoldOblique Symbol ZapfDingbats Not sure if this helps. I imagine the matching should be case-insensitive. Noah |