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

Implement From<glyph_brush::GlyphBrushBuilder> for wgpu_glyph::GlyphBrushBuilder #19

Closed HeroesGrave closed 4 years ago

HeroesGrave commented 4 years ago

This makes it easier to write code for loading fonts into glyphbrush without needing to worry about which library is responsible for drawing them.