Text draw command. Renders one or more runs at (x, y) in screen
space, optionally word-wrapping at maxWidth. The renderer resolves
each run's (fontFamily, fontWeight, fontStyle) to an MSDF atlas via
resolveFontVariant and bucket-draws by atlas + color group.
style carries node-level defaults (lineHeight, anti-alias width)
that don't belong on individual runs.
Text draw command. Renders one or more runs at (
x,y) in screen space, optionally word-wrapping atmaxWidth. The renderer resolves each run's(fontFamily, fontWeight, fontStyle)to an MSDF atlas viaresolveFontVariantand bucket-draws by atlas + color group.stylecarries node-level defaults (lineHeight, anti-alias width) that don't belong on individual runs.