fontName |
String
|
<optional>
|
The name of the font, use in the same manner as a CSS font |
fontWeight |
String
|
<optional>
|
The weight of the font, e.g. 'normal', 'bold', defaults to "normal" |
fontSize |
Number
|
<optional>
|
The size the font will be rendered into to the texture atlas at, defaults to 32 |
color |
pc.Color
|
<optional>
|
The color the font will be rendered into the texture atlas as, defaults to white |
width |
Number
|
<optional>
|
The width of each texture atlas, defaults to 512 |
height |
Number
|
<optional>
|
The height of each texture atlas, defaults to 512 |
padding |
Number
|
<optional>
|
Amount of glyph padding added to each glyph in the atlas |