public function GoogleOptions::setFontName in Charts 8.3
Set Colors.
Sets the default font face for all text in the chart.
Parameters
string $fontName: Colors.
File
- modules/charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 423 
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function setFontName($fontName = NULL) {
  $this->fontName = $fontName;
}