pbf_font_tools 0.2.0

Tools for working with SDF font glyphs in PBF format.
Documentation
# Rust PBF Font Tools

[![](https://img.shields.io/crates/v/pbf_font_tools.svg)](https://crates.io/crates/pbf_font_tools) [![](https://docs.rs/pbf_font_tools/badge.svg)](https://docs.rs/pbf_font_tools)

Tools for working with SDF font glyphs in PBF format.

This crate lets you combine multiple glyphs from multiple fonts into a single stack.
Generating glyphs from a TrueType/OpenType font (a la [node-fontnik](https://github.com/mapbox/node-fontnik))
is planned for a future release.

## References
  * https://github.com/mapbox/glyph-pbf-composite
  * https://github.com/klokantech/tileserver-gl/blob/master/src/utils.js