Class: Fontisan::Models::Audit::AuditReport
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Fontisan::Models::Audit::AuditReport
- Defined in:
- lib/fontisan/models/audit/audit_report.rb
Overview
Complete font audit report for a single face.
Self-describing: one face per file. Carries source provenance
(source_file, source_sha256, font_index, num_fonts_in_source)
so a consumer reading a single face report knows whether the
source was a standalone font or a collection face, and can locate
siblings via the source hash.
Constructed by Commands::AuditCommand. The model is passive — no font-parsing logic lives here.