- Read design documents notes/bf-68f9i-design.md and notes/bf-68f9i-glyphs.md - Identified 7 unmapped glyphs across 4 failure categories - Identified 3 mapped AGL glyphs for comparison - Verified existing generator implementation (gen_unmapped_comprehensive.rs) - Confirmed fixture files exist and are correctly structured - Documented implementation analysis in notes/bf-ad2pp.md Closes bf-ad2pp
13 lines
230 B
TOML
13 lines
230 B
TOML
[package]
|
|
name = "gen_unmapped_comprehensive"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
lopdf = "0.34"
|
|
|
|
[[bin]]
|
|
name = "gen_unmapped_comprehensive"
|
|
path = "../gen_unmapped_comprehensive.rs"
|