Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextSymbolProperties

Hierarchy

Index

Properties

Optional angle

angle: number

The angle of the text.

Read more...

Optional backgroundColor

backgroundColor: string | Color | number[]

The background color of the label's bounding box.

Read more...

Optional borderLineColor

borderLineColor: string | Color | number[]

The border color of the label's bounding box.

Read more...

Optional borderLineSize

borderLineSize: number

The border size or width of the label's bounding box.

Read more...

Optional color

color: string | Color | number[]

The color of the symbol.

Read more...

Optional font

The Font used to style the text.

Read more...

Optional haloColor

haloColor: string | Color | number[]

The color of the text symbol's halo.

Read more...

Optional haloSize

haloSize: string | number

The size in points of the text symbol's halo.

Read more...

Optional horizontalAlignment

horizontalAlignment: "center" | "left" | "right" | "justify"

Adjusts the horizontal alignment of the text in multi-lines.

Read more...

Optional kerning

kerning: boolean

Determines whether to adjust the spacing between characters in the text string.

Read more...

Optional lineHeight

lineHeight: number

The height of the space between each line of text.

Read more...

Optional lineWidth

lineWidth: string | number

The maximum length in points for each line of text.

Read more...

Optional rotated

rotated: boolean

Determines whether every character in the text string is rotated.

Read more...

Optional text

text: string

The text string to display in the view.

Read more...

Optional verticalAlignment

verticalAlignment: "top" | "bottom" | "baseline" | "middle"

Adjusts the vertical alignment of the text.

Read more...

Optional xoffset

xoffset: string | number

The offset on the x-axis in points.

Read more...

Optional yoffset

yoffset: string | number

The offset on the y-axis in points.

Read more...

Generated using TypeDoc