> -----Original Message----- > From: Jonny Pony [mailto:[EMAIL PROTECTED]
> Another question: > Let's say I integrate a font that the user, who reads the PDF, > hasn't got on > his computer. What will happen? Will he still see my font? Will > the font be > replaced by some default font? Will he see nothing? > The fonts (--or more accurately, the glyphs used in the file) will be embedded in the PDF, so he can safely open your file and look at the same result you are seeing. > And one more question: > Is there a simple way to integrate the fonts right away in the > package, so I > don't have to "register" the fonts in my code every time. What I mean: > Modify the source-code of fop, compile it and don't worry about extra > "registering". > You definitely will want to take a closer look at the 'codegen' dir in the FOP distribution directory. Whether integration will be _simple_ is a different question; one I'll leave for the specialists ;) Cheers, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
