Interface DrawTextStyle

Hierarchy

  • DrawTextStyle

Properties

align?: "center" | "left" | "right" | "justify"
clip?: boolean
columnGap?: number
columns?: number
fontFamily?: string
fontSize?: number
fontStyle?: string
fontVariant?: string
fontWeight?: number | "bold" | "normal" | "light"
lineBreak?: boolean
lineHeight?: number
rotation?: number
vAlign?: "top" | "bottom" | "middle"

Generated using TypeDoc