gilbertngandu / flexreport

Automatically exported from code.google.com/p/flexreport
1 stars 0 forks source link

Error displaying report in 'Hebrew' #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add 'ReportDataGrid' with ArrayCollection with 'hebrew' data inside
2.
3.

What is the expected output? What do you see instead?
for the columns with the hebrew data, i see blank.

What version of the product are you using? On what operating system?
i use revision 64 on Windows XP.

Please provide any additional information below.

Original issue reported on code.google.com by eranmiz...@gmail.com on 9 Aug 2008 at 7:57

GoogleCodeExporter commented 8 years ago
Add font file to project then add the following to report.mxml;
[Embed(mimeType="application/x-font",
source="/assets/fonts/verdana.TTF",fontName="Verdana",flashType="true")]
private var verdana:Class; 

Original comment by pa...@compuace.com on 10 Aug 2008 at 9:01

GoogleCodeExporter commented 8 years ago
replace verdana.ttf with the font file you put into the project.

Original comment by pa...@compuace.com on 10 Aug 2008 at 9:02

GoogleCodeExporter commented 8 years ago
has anyone succeeded in that?

Original comment by herz...@gmail.com on 15 Jul 2009 at 3:54