Expand description
VersaTiles Glyphs Library
This crate provides functionality for parsing fonts, rendering glyphs as SDFs, and writing them to disk or a tar archive. It also supports indexing and generating metadata for fonts, making it easier to work with multiple font files in a single pipeline.
Modulesยง
- font
- Font parsing, management, and metadata.
- geometry
- Geometric primitives and operations used for glyph outlines.
- protobuf
- Protocol Buffers and their generated code for glyph data.
- render
- Rendering traits and implementations for generating SDF.
- utils
- Utility functions and structures for file paths, progress bars, etc.
- writer
- Writers for storing glyph data in files or tar archives.