Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextBufferObject

Object containing vertex buffer data generated by TextCanvas.

Hierarchy

  • TextBufferObject

Index

Constructors

constructor

Properties

Optional Readonly bounds

bounds: THREE.Box2

Optional text bounds.

Readonly buffer

buffer: Float32Array

Buffer containing the data generated by TextCanvas.

Optional Readonly characterBounds

characterBounds: Box2[]

Optional character bounds.

Readonly glyphs

glyphs: GlyphData[]

Input glyphs.

Optional Readonly textLayoutStyle

textLayoutStyle: TextLayoutStyle

Optional Readonly textRenderStyle

textRenderStyle: TextRenderStyle

Generated using TypeDoc