# class FontMetrics



FontMetrics inherits from Wrapper


# MEMBERS

# member font

Type: Font

# CONSTRUCTORS

# constructor FontMetrics()

Description:

# constructor FontMetrics(font)

Description:

Parameters:

# FUNCTIONS

# function font()

Description:

Return:

(Font) -

# function tightBoundingRect(text, size, balanced)

Description:

Parameters:

  • text: (String) -
  • size: (Number) -
  • balanced: (Boolean) -

Return:

(Rect) -

Last Updated: 12/20/2022, 8:12:45 AM