If you are in windows you can
check for fonts in c:\winnt\fonts or c:\windows\fonts and you'll catch
99.99% of the cases.
Best Regards,
Paulo Soares
- Original Message -
From: "Rajeev Mancheril" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, Decembe
Hi,
Is there a way to create/set a Font without
specifying the path
(font directory).
BaseFont bf =
BaseFont.createFont("c:\\WINDOWS\\Fonts\\Alger.ttf",BaseFont.WINANSI,BaseFont.NOT_EMBEDDED);
Using Font Algerian, this works fine.
Just checking whether there is a way to avoid the
path.