You are here

public function GoogleOptions::getFontName in Charts 8.3

Get Font Name.

Gets the default font face for all text in the chart.

Return value

string Font Name.

File

modules/charts_google/src/Settings/Google/GoogleOptions.php, line 411

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getFontName() {
  return $this->fontName;
}