Skip to content

StringPrintOptions

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

StringPrintOptions interface

Collection of information for printing a string on an image.

Fields

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