Discussion:
[itextsharp-questions] How to register arial narrow font
stuart laird
2008-08-16 21:40:13 UTC
Permalink
I can register arial like this

FontFactory.Register("C:\\WINDOWS\\Fonts\\Arial.ttf");
Font font = FontFactory.GetFont("Arial");

But I can't register Arial Narrow as
FontFactory.Register("C:\\WINDOWS\\Fonts\\Arial Narrow.ttf"); returns an
error

Thanks
Stuart
--
View this message in context: http://www.nabble.com/How-to-register-arial-narrow-font-tp19015359p19015359.html
Sent from the itextsharp-questions mailing list archive at Nabble.com.
Paulo Soares
2008-08-16 22:06:31 UTC
Permalink
As far as I can tell Arial Narrow goes with the filename of arialn.ttf.

Paulo

----- Original Message -----
From: "stuart laird" <***@xtra.co.nz>
To: <itextsharp-***@lists.sourceforge.net>
Sent: Saturday, August 16, 2008 10:40 PM
Subject: [itextsharp-questions] How to register arial narrow font



I can register arial like this

FontFactory.Register("C:\\WINDOWS\\Fonts\\Arial.ttf");
Font font = FontFactory.GetFont("Arial");

But I can't register Arial Narrow as
FontFactory.Register("C:\\WINDOWS\\Fonts\\Arial Narrow.ttf"); returns an
error

Thanks
Stuart

Loading...