resolution : integer The resolution of the canvas the text is rendered to.This defaults to match the resolution of the renderer
frame : integer Gets or sets the current frame index of the texture being used to render this Game Object. To change the
canvas :HTMLCanvasElement The canvas element that the text is rendered. Source
getChildAt(index) → {DisplayObject}
crop(rect, copy) Crop allows you to crop the texture being used to display this Game Object.Setting
tint : number The tint applied to the sprite. This is a hex value. A value of 0xFFFFFF will remove any tint effect.
stroke : string A canvas fillstyle that will be used on the text stroke eg 'blue', '#FCFF00'.
shadowColor : string The color of the shadow, as given in CSS rgba format. Set the alpha component to 0 to disable the shadow.
fontWeight : string The weight of the font: 'normal', 'bold', or
blendMode : number The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode. Warning:
Page 7 of 15