pixi-sdf-text
PixiJS
Signed distance fields text implementation forSDF is the most efficient way to draw text in WebGL. It uses special kind of raster atlases and GLSL shader to draw vector scalable text in a very performant way on GPU.
Installation
npm i pixi-sdf-text --save
Usage
var style = fontSize: 24 fontWeight: 'bold' fill: 0x39FF14 align: 'left' wordWrapWidth: 400 lineHeight: 64 fontURL: 'assets/Lato-Regular-64.fnt' imageURL: 'assets/lato.png'; var sdfText = 'Abc' style;stage;
How to generate font descriptors and SDF atlases?
Bugs
Feel free to submit issues to GitHub tracker
License
Copyright 2017 Denis Radin aka PixelsCommander