Function word_width

  • Get pixel width of characters in word Works best with a simple word, but can do sentences, paragraphs, array of strings, numbers, etc. Not perfect, only a relative general ballpark figure. Of course in reality it depends what font/size you use.

    Parameters

    • str: string

      works best with {string}, but will convert an array or number .toString()

    Returns number

Generated using TypeDoc