Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - phfont in startup image?: (1 Item)
   
phfont in startup image?  
I need some characters rendered as bitmaps in an embedded system with no graphics. I'm using routines like PfGlyph() and
 so on. After booting my system, I can type "phfont" at a Terminal command line, and see /dev/phfont appear, and all is 
well. I tried moving the invocation of phfont into my build file, along with other boot-time things, but get a 
FatalError "No render engines loaded. io font" and "Unable to launch Photon Font Server main."

Like I said, I can wait just a few seconds until booted, and type "phfont" from a Terminal window, and all seems good.

I have included the .so files in /lib/dll/font in the boot image. Any thoughts?