I want to know how to change font size in field expression. it's mean I have a two db fields. then now I want to merge those two fields using expression.
example : $F{type1} + " Balance is SLR : " + $F{type2}
I write this simple code in field expression.
but now problem is i want to set 10px font size to $F{type1} field and 12px font size to $F{type2} field.
Thank You