pdflib, fonts & Mac OS X

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jlundell
Forum Newbie
Posts: 1
Joined: Sun Feb 02, 2003 11:43 pm

pdflib, fonts & Mac OS X

Post by jlundell »

Using Marc Liyanage's PHP module for Apache/OS X, I managed to generate some useful output without too much trouble.

However, I had no luck trying to use/embed system fonts. The docs suggest that this should "just work", but I got nothing but complaints about missing metrics and the like.

The only way I could get text output was to use a built-in font (Helvetica, as it happened).

Should this work? Is there a trick?
Post Reply