Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PathTypesetter

Typesetter implementation that arranges glyphs alongside a specified path.

Hierarchy

  • PathTypesetter

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

arrangeGlyphs

  • arrangeGlyphs(params: PathTypesettingParameters): boolean
  • Arranges the specified glyphs using this PathTypesetter. Text will be placed into a single bidirectional line that follows the specified path. Characters will be orientated and placed alongside this path following [[TextLayout]]'s VerticalAlignment and HorizontalAlignment.

    Parameters

    • params: PathTypesettingParameters

      Typesetting parameters.

    Returns boolean

    If false, some error occurred during execution and the output should be dismissed.

Generated using TypeDoc