Creates a BitmapText instance with constructor args and optional properties
Optional
const label = asBitmapText( { text: 'Hello', style: { fontFamily: 'Arial', fontSize: 24 }, pixelPerfect: true }, { x: 100, y: 50, anchor: 0.5 }); Copy
const label = asBitmapText( { text: 'Hello', style: { fontFamily: 'Arial', fontSize: 24 }, pixelPerfect: true }, { x: 100, y: 50, anchor: 0.5 });
Creates a BitmapText instance with constructor args and optional properties