TLTextShapeProps

Public TypeAlias

Signature
type TLTextShapeProps = {
  color: TLColorType
  size: TLSizeType
  font: TLFontType
  align: TLAlignType
  opacity: TLOpacityType
  w: number
  text: string
  scale: number
  autoSize: boolean
}
References

TLColorType, TLSizeType, TLFontType, TLAlignType, TLOpacityType

Edit this page
Last edited on 11 May 2023
TLTextShapeTLUiColorType