-
Notifications
You must be signed in to change notification settings - Fork 0
a2d.Label
Armen edited this page Jun 2, 2012
·
1 revision
extends a2d.Node
Defined in label.js
|
a2d.Label(text, opts) Label.
|
| **[font](#font)** set to font string |
a2d.Label(text, opts)
Label. For text.
{string} text
opts
var label = new a2d.Label("hello world");
label.font = "21px Courier New";
a2d.root.push(label);