text-and-bitmaptext

Display and manage Text and BitmapText objects in Phaser 4 scenes.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/dzyamik/furry-match3 --skill text-and-bitmaptext-dzyamik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: text-and-bitmaptext
Source: https://github.com/dzyamik/furry-match3/tree/main/.claude/skills/text-and-bitmaptext
Command: npx skills add https://github.com/dzyamik/furry-match3 --skill text-and-bitmaptext-dzyamik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Display and manage text in Phaser 4 using Text and BitmapText with styling, word wrap, alignment, and font handling.

Core Features & Use Cases

  • Supports Canvas-based Text with TextStyle customization and word wrapping
  • Supports BitmapText for fast rendering of frequently updating text and scores
  • Enables DynamicBitmapText with per-character display callbacks for animated text
  • Provides guidance on typography, padding, alignment, and hi-DPI rendering for consistent UI

Quick Start

Create Text and BitmapText objects in a Phaser 4 scene and optionally tailor per-character effects with DynamicBitmapText.

Frequently Asked Questions about text-and-bitmaptext

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render dynamic text and BitmapText in Phaser 4?

To render dynamic text and BitmapText in Phaser 4, create Text and BitmapText objects within your scene, applying TextStyle for customization. BitmapText is ideal for frequently updating scores, while DynamicBitmapText enables per-character display callbacks for animations.

What is the best way to style and wrap text in Phaser 4?

The best way to style and wrap text in Phaser 4 is using the Canvas-based Text object with TextStyle customization. You can apply word wrapping, padding, and alignment options to ensure consistent UI labels across different scenes.

When should I use BitmapText instead of standard Text in Phaser?

Use BitmapText instead of standard Text in Phaser when rendering frequently updating text like game scores. BitmapText provides fast rendering, and its DynamicBitmapText variant supports per-character display callbacks for creating animated text effects.

Can I animate individual characters in Phaser 4 BitmapText?

Yes, you can animate individual characters in Phaser 4 BitmapText using the DynamicBitmapText object. It provides per-character display callbacks, allowing you to apply dynamic effects to specific characters during the rendering process.

Does Phaser 4 support hi-DPI rendering for crisp bitmap fonts?

Yes, Phaser 4 supports hi-DPI rendering for crisp bitmap fonts. By leveraging typography, padding, and alignment guidance, you can ensure UI labels and dynamic in-game text remain visually consistent across high-resolution displays.