RetroFont#frameData
  • References/Game Development/Phaser/Text/RetroFont

frameData : Phaser.FrameData The FrameData

2025-01-10 15:47:30
RetroFont.TEXT_SET10
  • References/Game Development/Phaser/Text/RetroFont

[static] TEXT_SET10 : string Text Set 10 = ABCDEFGHIJKLMNOPQRSTUVWXYZ

2025-01-10 15:47:30
RetroFont#characterWidth
  • References/Game Development/Phaser/Text/RetroFont

characterWidth : number The width of each character in the font set. Source

2025-01-10 15:47:30
RetroFont#autoUpperCase
  • References/Game Development/Phaser/Text/RetroFont

autoUpperCase : boolean Automatically convert any text to upper case. Lots of old bitmap fonts only contain upper-case characters

2025-01-10 15:47:30
RetroFont#width
  • References/Game Development/Phaser/Text/RetroFont

width : number The with of the render texture Inherited From

2025-01-10 15:47:30
RetroFont#multiLine
  • References/Game Development/Phaser/Text/RetroFont

multiLine : boolean If set to true all carriage-returns in text will form new lines (see align). If false the font will only contain

2025-01-10 15:47:30
RetroFont#text
  • References/Game Development/Phaser/Text/RetroFont

text : string Set this value to update the text in this sprite. Carriage returns are automatically stripped out if multiLine is

2025-01-10 15:47:30
RetroFont.TEXT_SET9
  • References/Game Development/Phaser/Text/RetroFont

[static] TEXT_SET9 : string Text Set 9 = ABCDEFGHIJKLMNOPQRSTUVWXYZ()-0123456789.:,'"?!

2025-01-10 15:47:30
RetroFont#requiresReTint
  • References/Game Development/Phaser/Text/RetroFont

requiresReTint : boolean This will let a renderer know that a tinted parent has updated its texture.

2025-01-10 15:47:30
RetroFont.TEXT_SET3
  • References/Game Development/Phaser/Text/RetroFont

[static] TEXT_SET3 : string Text Set 3 = ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789

2025-01-10 15:47:30