Class: Ucode::Models::CodePoint::Glyph
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Ucode::Models::CodePoint::Glyph
- Defined in:
- lib/ucode/models/codepoint/glyph.rb
Overview
Glyph bundle for one codepoint. Records where the SVG lives on disk and which resolver tier produced it.
The svg_path is relative to the codepoint's own directory
(always "glyph.svg" — the layout is fixed in Repo::Paths).
The source bundle carries the resolver tier name and
provenance string, so the dataset is debuggable end-to-end:
every glyph in the build can be traced back to its origin
(real font, embedded ToUnicode, correlator, or Last Resort).
Defined Under Namespace
Classes: Source