dojox/gfx/_gfxBidiSupport.defaultTextPath (version 1.10)

Summary

Defines the default TextPath prototype.

See the dojox/gfx/_gfxBidiSupport.defaultTextPath reference documentation for more information.

Property Summary

  • alignThe horizontal text alignment, one of 'start', 'end', 'center'.
  • decorationThe text decoration , one of 'none', ... .
  • kerningWhether kerning is used on the text, boolean default value true.
  • rotatedWhether the text is rotated, boolean default value false.
  • textThe text to be displayed, default value empty string.
  • typeSpecifies this is a TextPath, value 'textpath'.

Properties

align
Defined by: dojox/gfx/_base

The horizontal text alignment, one of 'start', 'end', 'center'. Default value 'start'.

decoration
Defined by: dojox/gfx/_base

The text decoration , one of 'none', ... . Default value 'none'.

kerning
Defined by: dojox/gfx/_base

Whether kerning is used on the text, boolean default value true.

rotated
Defined by: dojox/gfx/_base

Whether the text is rotated, boolean default value false.

text
Defined by: dojox/gfx/_base

The text to be displayed, default value empty string.

type
Defined by: dojox/gfx/_base

Specifies this is a TextPath, value 'textpath'.

Error in the documentation? Can’t find what you are looking for? Let us know!