dojox/gfx/_gfxBidiSupport.defaultText (version 1.10)

Summary

Defines the default Text prototype.

See the dojox/gfx/_gfxBidiSupport.defaultText 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 Text shape, value 'text'.
  • xThe X coordinate of the text position, default value 0.
  • yThe Y coordinate of the text position, default value 0.

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 Text shape, value 'text'.

x
Defined by: dojox/gfx/_base

The X coordinate of the text position, default value 0.

y
Defined by: dojox/gfx/_base

The Y coordinate of the text position, default value 0.

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