# glyph-pbf-composite **Repository Path**: mirrors_mapbox/glyph-pbf-composite ## Basic Information - **Project Name**: glyph-pbf-composite - **Description**: Composite glyph PBFs on the fly. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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](http://nodejs.org/). ```sh $ npm install @mapbox/glyph-pbf-composite ``` ## Tests ```sh $ npm test ```