Skip to main content

Crate vector_text_core

Crate vector_text_core 

Source
Expand description

vector-text-core provides core primitives for the vector-text crate.

Structs§

Glyph
A single glyph (character) contained within a font.
PackedPoint
A point, in compact representation. Used to store the points which make up an individual glyph.
Point
Representation of a point with higher range than PackedPoint. Used for the output of text rendering.

Traits§

Renderer
Allows rendering text into vector points.