graphics.Font Extends
This class represents a font to be used with a renderer.

Inheritance

Constructor

goog.graphics.Font(sizefamily)

Parameters

size : number
The font size.
family : string
The font family.
Public Protected Private

Instance Properties

bold :
Indication if text should be bolded
Code »
family :
The name of the font family to use, can be a comma separated string.
Code »
italic :
Indication if text should be in italics
Code »
size :
Font size.
Code »

Package graphics

Package Reference