glyphore-core
Low-level Rust engine for generating MapLibre-compatible glyph PBF ranges from TTF and OTF fonts.
Most applications should depend on the glyphore facade crate. Use
glyphore-core directly when building another integration layer or when the
smallest dependency surface is preferred.
Install
Usage
use ;
The crate performs no filesystem access itself. Callers provide font bytes and decide where generated ranges are written.
See the API documentation for error behavior and details of the generated ranges.
Generated PBF files contain data derived from the source font. Check the font's license before redistributing them.
License
Licensed under either Apache-2.0 or MIT, at your option.