Dart API Referencedart:htmlBaseFontElement

BaseFontElement Interface

Obsolete

Extends

Element

Fields

Code String color #

This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format.
String color;

Code String face #

This attribute contains a list of one or more font names. The document text in the default style is rendered in the first font face that the client's browser supports. If no font listed is installed on the local system, the browser typically defaults to the proportional or fixed-width font for that system.
String face;

Code int size #

This attribute specifies the font size as either a numeric or relative value. Numeric values range from 1 to 7 with 1 being the smallest and 3 the default.
int size;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.