From: donn@... Date: 2007-02-03T13:40:12+09:00 Subject: pdf writer font not found I cannot figure out how to get a font loaded. I have in c:\windows/ fonts a font file named w128m.ttf. It displays as "WASP 128 M(TrueType)". I haven't been able to code the select_font method to load the font. PDF::Writer::FONT_PATH displays as c:\windows/fonts. Attempted coding statements have been: pdf.select_font("w128m.ttf") pdf.select_font("WASP 128 M") pdf.select_font("WASP 128 M(TrueType)") Your assistance is appreciated. dvn