glyph-pbf-composite

Combine glyph (SDF) PBFs on the fly.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
glyph-pbf-composite
0.0.29 years ago9 years agoMinified + gzip package size for glyph-pbf-composite in KB

Readme

glyph-pbf-composite
Combine glyph (SDF) PBFs on the fly.

combine(buffers)

Combine any number of glyph (SDF) PBFs. Returns a re-encoded PBF with the combined font faces, composited using array order to determine glyph priority.

Parameters

| parameter | type | description | | --------- | ----- | --------------------- | | buffers | array | An array of SDF PBFs. |

Installation

Requires nodejs.
$ npm install glyph-pbf-composite

Tests

$ npm test