Hy

I am installing fonts with AddFontResourceEx( path, FR_PRIVATE, 0 ) on
windows XP. If I call PDFLInit after installing my fonts, I can find
them with PDFindSysFont and create a PDEFont with them. If I install my
fonts after the first call to PDFLInit, they aren't found.
Does anybody know how to get a PDEFont for dynamically installed fonts
in a reliable way?

Lars