BitmapText.js - Small Text Rendering Demo (Bundled)
Production Bundle: This demo uses the minified runtime bundle (32KB) instead of 17 separate script tags.
See small-text-rendering-demo.html for the debug version with individual source files.
Small Font Size Interpolation
Font sizes < 9px use interpolated metrics from size 9px and render as placeholder rectangles.
Only one set of assets (9px) is needed for all small sizes
Metrics are scaled down proportionally: size / 9
Atlases are never loaded - placeholder mode is always used
Text measurements work correctly with scaled metrics