DrawTextOpt: RenderProps & text: string
The text to render.font?: string | FontData | Asset | BitmapFontData | Asset
The name of font to use.size?: number
The size of text (the height of each character).align?: TextAlign
Text alignment (default "left")since
width?: number
The maximum width. Will wrap word around if exceed.lineSpacing?: number
The gap between each line (only available for bitmap fonts).since
letterSpacing?: number
The gap between each character (only available for bitmap fonts).since
anchor?: Anchor | Vec2
The anchor point, or the pivot point. Default to "topleft".transform?: CharTransform | CharTransformFunc
Transform the pos, scale, rotation or color for each character based on the index or char (only available for bitmap fonts).since
styles?: Record<string, CharTransform | CharTransformFunc>
Stylesheet for styled chunks, in the syntax of "this is a [stylename]styled[/stylename] word" (only available for bitmap fonts).since
How the text should look like.text: string
The text to render.font?: string | FontData | Asset | BitmapFontData | Asset
The name of font to use.size?: number
The size of text (the height of each character).align?: TextAlign
Text alignment (default "left")since
width?: number
The maximum width. Will wrap word around if exceed.lineSpacing?: number
The gap between each line (only available for bitmap fonts).since
letterSpacing?: number
The gap between each character (only available for bitmap fonts).since
anchor?: Anchor | Vec2
The anchor point, or the pivot point. Default to "topleft".transform?: CharTransform | CharTransformFunc
Transform the pos, scale, rotation or color for each character based on the index or char (only available for bitmap fonts).since
styles?: Record<string, CharTransform | CharTransformFunc>
Stylesheet for styled chunks, in the syntax of "this is a [stylename]styled[/stylename] word" (only available for bitmap fonts).since