ChartDirector Linux下中文顯示問(wèn)題 |
發(fā)布時(shí)間: 2012/8/11 10:07:31 |
用ChartDirector 制作走勢(shì)圖顯示中文時(shí),在Windows下是可以正常顯示的阿,放到Linux環(huán)境下就是顯示為[方框],解決方法如下:
程式: 以下為引用的內(nèi)容: // Create a XYChart object of size 700 x 450 pixels // Set the plotarea at (30, 20) and of size 200 x 200 pixels // Add a line chart layer using the given data // Display 1 out of 3 labels on the x-axis. c.setBackground(0xFFFF80, 0x0, 1); c.addLegend(400, 35, false, "simsun.ttc", 10).setBackground(0xFFFF80);
問(wèn)題原因: Linux 下無(wú) 【simsun.ttc】 此字型檔。 問(wèn)題解決: 從 Windows 系統(tǒng)將 【simsun.ttc】 此檔案復(fù)制到專(zhuān)案的JavaSource 下,重新打包,重新發(fā)布,重新啟動(dòng) Server。 或從 Windows 系統(tǒng)將 【simsun.ttc】 此檔案復(fù)制到專(zhuān)案的【專(zhuān)案目錄】/WEB-INF/classes 下,重新啟動(dòng) Server。 本文出自:億恩科技【1tcdy.com】 服務(wù)器租用/服務(wù)器托管中國(guó)五強(qiáng)!虛擬主機(jī)域名注冊(cè)頂級(jí)提供商!15年品質(zhì)保障!--億恩科技[ENKJ.COM] |