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

Inheritance

Object
     goog.graphics.Font

Constructor

goog.graphics.Font(sizefamily)

Parameters

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

Instance Properties

bold :
Indication if text should be bolded
Code »
italic :
Indication if text should be in italics
Code »

Package graphics

Package Reference