bevy_fontmesh 0.6.0

Simple and focused Bevy plugin for generating 3D text meshes from fonts
Documentation
1
2
3
4
5
6
7
8
pub use crate::{
    component::{
        GlyphMesh, JustifyText, ScreenSize, ScreenSizeCamera, TextAnchor, TextMesh, TextMeshGlyphs,
        TextMeshStyle,
    },
    system::{scale_screen_size, GlyphMeshCache, TextMeshComputed, TextMeshGlyphsComputed},
    FontMeshPlugin,
};