Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextDrawingSettings

Describes how text is aligned to a point.

Hierarchy

  • TextDrawingSettings

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

anchorX

Determines how the text is arranged horizontally relative to the position.

anchorY

Determines how the text is arranged vertically relative to the position.

position

position: Point

Gets or sets the position at which the text should be placed.

Methods

Private serialize

  • serialize(target: BufferWriter): void
  • Parameters

    • target: BufferWriter

    Returns void

Static create

  • Returns the text drawing settings that are defined by the specified description.

    Parameters

    Returns TextDrawingSettings

Generated using TypeDoc