Home  >  Article  >  Backend Development  >  JpGraph Chinese garbled processing method_PHP tutorial

JpGraph Chinese garbled processing method_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:54:02901browse

How to deal with jpgraph Chinese garbled characters
Open the jpgraph.php tutorial file and find
private $font_family=ff_font1,$font_style=fs_normal,$font_size=12;
Use
private $font_family=ff_simsun,$font_style=fs_normal,$font_size=8;

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632351.htmlTechArticleHow to deal with jpgraph Chinese garbled characters Open the jpgraph.php tutorial file and find private $font_family=ff_font1,$font_style=fs_normal, $font_size=12; use private $font_family=ff_simsun,$font_s...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn