Re: RE: Using fonts not in CoreFont list
"Mr. Shawn H. Corey" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.pdfapi2 |
|---|---|
| Message-ID | <[email protected]> |
Tim Turner wrote:
> Hello,
> I need to use a font called "Gill sans" in a document I'm creating.
> It's not a core font.
>
> Is there a way to use it?
Maybe, it depends on what type of font it is. If it is a TTF font, you
can use ttfont(). See `perldoc PDF::API2` and search for ttfont.
Other types:
ckjfont()
synfont()
bdfont()
unifont()
These are all documented in `perldoc PDF::API2`.
--
Just my 0.00000002 million dollars worth,
Shawn
"For the things we have to learn before we can do them, we learn by
doing them."
Aristotle