phaser/src/gameobjects/bitmaptext/static
Richard Davey 6943989f46 The BitmapText Game Object has two new read-only properties displayWidth and displayHeight. This allows the BitmapText to correctly use the GetBounds component.
The `BitmapText` Game Object now has the `GetBounds` component added to it, meaning you can now correctly get its dimensions as part of a Container. Fix #6237
2022-11-08 18:42:05 +00:00
..
BitmapText.js The BitmapText Game Object has two new read-only properties displayWidth and displayHeight. This allows the BitmapText to correctly use the GetBounds component. 2022-11-08 18:42:05 +00:00
BitmapTextCanvasRenderer.js Fix kerning for BitmapText on Canvas renderer 2022-04-02 01:33:04 -07:00
BitmapTextCreator.js Updated copyright year 2022-02-28 14:29:51 +00:00
BitmapTextFactory.js Updated copyright year 2022-02-28 14:29:51 +00:00
BitmapTextRender.js Fixed lint errors 2022-05-10 17:06:53 +01:00
BitmapTextWebGLRenderer.js Updated copyright year 2022-02-28 14:29:51 +00:00