function pChart::setFontProperties in Visitors 8
Same name and namespace in other branches
- 7.0 pchart/pChart.inc \pChart::setFontProperties()
1 call to pChart::setFontProperties()
- pChart::pChart in pchart/
pChart.inc
File
- pchart/
pChart.inc, line 168
Class
Code
function setFontProperties($FontName, $FontSize) {
$this->FontName = $FontName;
$this->FontSize = $FontSize;
}