Type alias Line

Line: { chars: TextChar[]; index: number; width: number }

Struct of a line in a TextGeometry

Type declaration

  • chars: TextChar[]
  • index: number
  • width: number

Generated using TypeDoc