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