RIGHT ARROW not appearing in the PDF file produced using JasperReports -
RIGHT ARROW not appearing in the PDF file produced using JasperReports -
i have text field has right arrow included in text field have set text appearing in resulting pdf file has no right arrow it.
<textelement textalignment="center" verticalalignment="middle" markup="html"> <font fontname="calibri" size="8" isbold="true"/> </textelement> <textfieldexpression><![cdata[$f{generalmanager} + " \u2192 " + $f{manager} + " \u2192 " + $f{teamleader} + " - ee count: " + $f{totalemployeecount}]]></textfieldexpression>
note: when alter font dejavusans, right arrow appears.
is there work around calibri? have searched calibri, along dejavusans, supports right arrow, problem here?
pdf
Comments
Post a Comment