sivarajankumar / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

FontFamily not working in revision r160 #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

1.  _pdf.setFont(FontFamily.HELVETICA, size, false);
Creates type coercion error (works in rev 159)

From the API examples this should work. 
(help! Project broken!)

Original issue reported on code.google.com by mcstromb...@gmail.com on 2 Dec 2009 at 1:39

GoogleCodeExporter commented 8 years ago
myPDF.setFont(new CoreFont(FontFamily.TIMES_BOLD), 50);

Original comment by shrekwhoosah on 3 Dec 2009 at 12:58

GoogleCodeExporter commented 8 years ago
Thanks shrekwhoosah ;)

Original comment by thibault.imbert on 23 Jan 2010 at 10:24