RichTextSVGProps

See source code
Table of contents
interface RichTextSVGProps {}

Properties

align


bounds

bounds: Box;

font


fontSize

fontSize: number;

labelColor

labelColor: string;

padding

padding: number;

richText

richText: TLRichText;

showTextOutline

optional
showTextOutline?: boolean;

verticalAlign

verticalAlign: TLDefaultVerticalAlignStyle;

wrap

optional
wrap?: boolean;

Prev
RichTextLabelProps
Next
SolidPathBuilderOpts