Searched refs:setFontProperties (Results 1 – 7 of 7) sorted by relevance
| /plugin/charter/ |
| D | helper.php | 421 …$pchart->setFontProperties($this->flags['fontLegend']['name'], $this->flags['fontLegend']['size']); 427 …$pchart->setFontProperties($this->flags['fontDefault']['name'], $this->flags['fontDefault']['size'… 437 …$pchart->setFontProperties($this->flags['fontLegend']['name'], $this->flags['fontLegend']['size']); 439 …$pchart->setFontProperties($this->flags['fontDefault']['name'], $this->flags['fontDefault']['size'… 499 …$pchart->setFontProperties($this->flags['fontLegend']['name'], $this->flags['fontLegend']['size'])… 507 $pchart->setFontProperties($this->flags['fontTitle']['name'], $this->flags['fontTitle']['size']); 531 …$pchart->setFontProperties($this->flags['fontLegend']['name'], $this->flags['fontLegend']['size']); 546 …$pchart->setFontProperties($this->flags['fontDefault']['name'], $this->flags['fontDefault']['size'… 548 …$pchart->setFontProperties($this->flags['fontLegend']['name'], $this->flags['fontLegend']['size']); 550 …$pchart->setFontProperties($this->flags['fontDefault']['name'], $this->flags['fontDefault']['size'… [all …]
|
| /plugin/statdisplay/helper/ |
| D | graph.php | 228 $Chart->setFontProperties(dirname(__FILE__) . '/../pchart/Fonts/DroidSans.ttf', 8); 240 $Chart->setFontProperties(dirname(__FILE__) . '/../pchart/Fonts/DroidSans.ttf', 12); 280 $Chart->setFontProperties(dirname(__FILE__) . '/../pchart/Fonts/DroidSans.ttf', 8); 294 $Chart->setFontProperties(dirname(__FILE__) . '/../pchart/Fonts/DroidSans.ttf', 12); 309 $Chart->setFontProperties(dirname(__FILE__) . '/../pchart/Fonts/DroidSans.ttf', 10);
|
| /plugin/stats/ |
| D | syntax.php | 487 $chart->setFontProperties(DOKU_PLUGIN.'wikistatistics/Fonts/tahoma.ttf',10); 499 $chart->setFontProperties(DOKU_PLUGIN.'wikistatistics/Fonts/tahoma.ttf',10); 611 $chart->setFontProperties(DOKU_PLUGIN.'wikistatistics/Fonts/tahoma.ttf',10); 622 $chart->setFontProperties(DOKU_PLUGIN.'wikistatistics/Fonts/tahoma.ttf',10); 938 $chart->setFontProperties(DOKU_PLUGIN.'wikistatistics/Fonts/tahoma.ttf',10);
|
| /plugin/projects/plugins/target/ |
| D | plot.php | 115 $plot->setFontProperties($font_name, $font_size);
|
| /plugin/statdisplay/pchart/ |
| D | pChart.php | 124 $this->setFontProperties ( "tahoma.ttf", 8 ); 142 function setFontProperties($FontName, $FontSize) { function in pChart
|
| /plugin/projects/pchart/pchart/ |
| D | pchart.php | 207 $this->setFontProperties("tahoma.ttf",8); 218 function setFontProperties($FontName,$FontSize) function in pChart
|
| /plugin/charter/lib/pchart/ |
| D | pChart.class.php | 207 $this->setFontProperties("tahoma.ttf",8); 218 function setFontProperties($FontName,$FontSize) function in pChart
|