Expand description
Generate 2D or 3D triangle meshes from text.
Generate vertices or indices and vertices for a vertex-vertex mesh.
Modules§
- error
- Contains the various errors that may occur while using this crate.
Structs§
- Bounding
Box - A bounding box or bounding rectangle in the case of a flat mesh.
- Face
- A font face.
- Indexed
Mesh Text - Holds the generated mesh data for the given text input.
- Mesh
Generator - A MeshGenerator handles rasterizing individual glyphs.
- Mesh
Text - Holds the generated mesh data for the given text input.
- Quality
Settings - Controls the quality of generated glyphs.
Enums§
- Cache
Type - Allows referencing one of the internal caches.
Traits§
- Glyph
- A single character from a font.
- Text
Section - A section of text.
- Triangle
Mesh - Represents a triangle mesh, which comprises a set of vertices, that form one or more triangles.