| 1 | var GetBitmapTextSize = require('../../../src/gameobjects/bitmaptext/GetBitmapTextSize'); |
| 2 | |
| 3 | // Helper to create a basic glyph object |
| 4 | function makeGlyph (xAdvance, xOffset, yOffset, width, height) |
nothing calls this directly
no test coverage detected