One using the path from opentype to create SVGs and draw them in a pixi renderer or just add them directly to the html.
The other, and more promising, is to draw the paths on a canvas, and then convert that canvas to a PIXI.Texture. There's multiple iterations and optimizations of this last method.
The other, and more promising, is to draw the paths on a canvas, and then convert that canvas to a PIXI.Texture. There's multiple iterations and optimizations of this last method.