raphlinus / font-rs

Apache License 2.0
753 stars 49 forks source link

impl Debug for FontError. #16

Closed hadronized closed 7 years ago

hadronized commented 7 years ago

This is especially useful when parsing fonts and using .unwrap() to panic on error – which is not uncommon for tests / tooling purposes.

raphlinus commented 7 years ago

Thanks! Of course this should be implemented.