styles - Decimal Size for fonts not working in Jasper Reports -


i wonder why decimal sized fonts not work jasper. gives validation error while using decimal font directly ireport. using via style doesn't work.

i tried using <style size='6.5'>this sample text</style>, in vain. have work around this? time.

regards, koushik

doesn't problem of ireport only.

actually jasper uses integer.parseint() parse font size when compiling template. guess using decimal font size simple not supported.


Comments