blaind / bevy_text_mesh

A bevy 3D text mesh generator for displaying text
MIT License
64 stars 16 forks source link

Interoperability with bevy `.ttf` AssetLoader #3

Closed blaind closed 1 year ago

blaind commented 3 years ago

Currently crate uses its own asset loader for a font.

This may be desired eventually too, but it may overlap with bevy standard loader. It could not be used, since there is no way to expose the font-bytes (needed for ttf2mesh).

blaind commented 1 year ago

Fixed by #15