Skip to content

StringArrayPrintOptions

Alex Kulcsar edited this page Apr 20, 2023 · 1 revision

StringArrayPrintOptions interface

Collection of information for printing an array of strings on an image.

Fields

  • color: number Color to use when printing the data.
  • data: string[] Strings to print.
  • font: image.Font Font to use when printing the data.
  • y: number Vertical coordinate to place data.
Clone this wiki locally