Font Properties
Moderator: General Moderators
Font Properties
I have a pfb (Printer Font Binary) file that I want to get width, height, ascent, descent, vertical advance properies from. I know there is a java package ( http://java.sun.com/j2se/1.4.2/docs/api ... ontMetrics .html) for this, but does anyone know of a PHP solution?
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Perhaps you can do something with http://www.php.net/imagefontwidth and related functions.