search

goog.graphics.Font

Provided By
warning Deprecated

goog.graphics is deprecated. It existed to abstract over browser differences before the canvas tag was widely supported. See http://en.wikipedia.org/wiki/Canvas_element for details.

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

new Font( size, family )

Parameters
sizenumber

The font size.

familystring

The font family.

Instance Properties