The goog.graphics.Font Class

goog.graphics.Font(size, family)

This class represents a font to be used with a renderer.

size {number}
The font size.
family {string}
The font family.

.bold {boolean}

Indication if text should be bolded

.family {string}

The name of the font family to use, can be a comma separated string.

.italic {boolean}

Indication if text should be in italics

.size {number}

Font size.