function pChart::setFontProperties in Visitors 7.0
Same name and namespace in other branches
- 8 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;
}