Skip to content

String2dArrayPrintOptions

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

String2dArrayPrintOptions interface

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

Fields

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