standardFont property

String get standardFont

Gets or sets the standard font name.

Implementation

String get standardFont {
  return fonts[0].name;
}