Expand description
Font loading, resolution, shaping, and metrics.
Uses fontdb for system font discovery, ttf-parser for metrics, and HarfRust for text shaping.
Structsยง
- Font
File - Font data provided by the user or extracted from an OOXML file.
- Font
Manager - Manages font discovery, loading, shaping, and metrics.
- Font
Metrics - Metrics for a font at a given size.
- Shaped
Text - Result of shaping a text string.