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

Popular posts from this blog

java - Bypassing "final local variable defined in an enclosing type" -

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -