smufl 0.2.1

Parse SMuFL (Standard Music Font Layout) metadata.
Documentation
1
2
3
4
5
6
use crate::{Anchors, GlyphData};

/// Anchor data for glyphs.
///
/// See the [SMuFL documentation](https://w3c.github.io/smufl/latest/specification/glyphswithanchors.html).
pub type GlyphAnchors = GlyphData<Anchors>;