align : string Alignment for multi-line text ('left', 'center' or 'right'), does not affect single lines of text.
new RetroFont(game, key, characterWidth, characterHeight, chars, charsPerRow, xSpacing, ySpacing
renderer : PIXI.CanvasRenderer |
[readonly] fresh : boolean A Game Object is considered fresh if it has just been
canvas :HTMLCanvasElement The canvas element that the text is rendered. Source
top : number The y coordinate of the Game Object.This is the same as y - offsetY.
getChildAt(index) → {DisplayObject}
resolution : integer The resolution of the canvas the text is rendered to.This defaults to match the resolution of the renderer
shadowFill : boolean Sets if the drop shadow is applied to the Text fill. Source
debug : boolean A debug flag designed for use with Game.enableStep.
Page 15 of 30