Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalAlignment

Represents a vector marker which can represent vector graphics. It's constructed from MarkerGraphics which are geometries and symbols used as building blocks for the marker.

Read more...

Index

Enumeration members

Enumeration members

Baseline

Baseline: = "Baseline"

Text is aligned so that the geometry lines up with the baseline of the text symbol. Descenders will go past the baseline.

Bottom

Bottom: = "Bottom"

Bottom of the lowest descender is used to align the text.

Center

Center: = "Center"

Text is centered on the geometry.

Top

Top: = "Top"

Top of the highest ascender in the text symbol is used to align the text.

Generated using TypeDoc