TextOptions
graphics/text.types.ts:16Construction-time configuration for a Text. Every field is optional; an omitted field takes the documented default.
{ align?: TextAlign; alpha?: number; anchor?: number | PointPrimitive; fill?: number | string; fontFamily?: FontAsset | string; fontSize?: number; visible?: boolean }