bevy_fontmesh 0.3.1

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