pixi-jsInterfaces
Interface: TextStyleRun
Defined in: node_modules/pixi.js/lib/scene/text/canvas/utils/parseTaggedText.d.ts:7
Internal
Represents a run of text with a specific style. Used internally for tagged text rendering.
Properties
style
> style: TextStyle
Defined in: node_modules/pixi.js/lib/scene/text/canvas/utils/parseTaggedText.d.ts:11
The computed style for this run (base style merged with tag overrides)
text
> text: string
Defined in: node_modules/pixi.js/lib/scene/text/canvas/utils/parseTaggedText.d.ts:9
The text content of this run