Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextCanvasParameters

TextCanvas construction parameters.

Hierarchy

  • TextCanvasParameters

Index

Properties

Optional backgroundMaterial

backgroundMaterial: THREE.Material

Material used to render text background.

fontCatalog

fontCatalog: FontCatalog

Initial FontCatalog.

Optional material

material: THREE.Material

Material used to render text.

maxGlyphCount

maxGlyphCount: number

Maximum amount of glyphs each TextCanvas layer can store.

minGlyphCount

minGlyphCount: number

Minimum amount of glyphs each TextCanvas layer can store.

Optional name

name: undefined | string

Optional Canvas Name

renderer

renderer: WebGLRenderer

WebGLRenderer internally used by this TextCanvas.

Generated using TypeDoc