intive-FDV / DynamicJasper

Dynamic Reports using Jasper Reports
http://intive-fdv.github.io/DynamicJasper/
GNU Lesser General Public License v3.0
242 stars 127 forks source link

Font API inconsistency #49

Closed ccavanaugh closed 7 years ago

ccavanaugh commented 7 years ago

As of 5.1.0 the Font constructor only takes an int for size.

setFontSize and getFontSize should be int values only as well.

ccavanaugh commented 7 years ago

Error on my part