This works: Font font_medium = FontFactory.GetFont(FontFactory.HELVETICA, 10);
and this does not build: Font font_medium = FontFactory.GetFont(FontFactory.HELVETICA, 10.5);
I get the build error:
*> Error 3 The best overloaded method
match for 'iTextSharp.text.FontFactory.GetFont(string, string)' has some invalid arguments C:\Documents and Settings\Administrator\Desktop\lms4\LMS\Lms.Web\Controllers\PaymentItemController.cs 24 28 Lms.Web*
Thanks in advance