I have a file of paths to fonts like this:
/var/lib/defoma/fontconfig.d/U/URWBookmanL-LighItal.pfb
I read these into an array then I want php to open each font as a
resource.
php does not see the string as a path. What can I do to convert these
to paths?