Type Alias GlyphsContextProps

GlyphsContextProps: {
    dispose: () => void;
    encodeText: (text: string) => EncodedTextSegment;
    encodeTextTexture: (textSegments: string[] | string) => EncodedTextTexture;
    glyphAtlas: Texture;
    glyphData: UniformsGroup;
    glyphsCount: number;
}

GlyphsContext props

Type declaration

  • dispose: () => void
  • encodeText: (text: string) => EncodedTextSegment
  • encodeTextTexture: (textSegments: string[] | string) => EncodedTextTexture
  • glyphAtlas: Texture
  • glyphData: UniformsGroup
  • glyphsCount: number