linebender / norad

Rust crate for working with Unified Font Object files
Apache License 2.0
43 stars 12 forks source link

`Layer::get_glyph_mut` allows user to change glyph name without updating `Layer.glyphs` #266

Closed madig closed 2 years ago

madig commented 2 years ago

I think. Glyph.name should probably be taken private, so that you have to use Layer::rename_glyph?