# class Text



Text inherits from ImmutableText


# MEMBERS

# member point

Type: Point

# member font

Type: Font

# CONSTRUCTORS

# constructor Text()

Description:

# constructor Text(text)

Description:

Parameters:

  • text: (String) -

# constructor Text(text, font, size)

Description:

Parameters:

  • text: (String) -
  • font: (Font) -
  • size: (Number) -

# FUNCTIONS

# function setPoint(x, y)

Description:

Parameters:

  • x: (Number) -
  • y: (Number) -

# function appendText(text)

Description:

Parameters:

  • text: (String) -

# function setText(text)

Description:

Parameters:

  • text: (String) -

# function setSize(size)

Description:

Parameters:

  • size: (Number) -
Last Updated: 12/20/2022, 8:12:45 AM