hecrj / wgpu_glyph

A fast text renderer for wgpu (https://github.com/gfx-rs/wgpu)
https://docs.rs/wgpu_glyph
MIT License
443 stars 77 forks source link

Expose result instead of panicking on font load #27

Closed hecrj closed 4 years ago

hecrj commented 4 years ago

This PR exposes a result in the font loading methods in GlyphBrushBuilder instead of panicking if the provided font data is not supported by rusttype.