bevy_fontmesh 0.1.8

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, TextAnchor, TextMesh, TextMeshBundle, TextMeshGlyphs,
        TextMeshGlyphsBundle, TextMeshStyle,
    },
    system::{generate_glyph_mesh, TextMeshComputed, TextMeshGlyphsComputed},
    FontMeshPlugin,
};