Crate embedded_font_generator

Source
Expand description

Utility to create simple font files for embedded devices.

Structs§

BitFlowParseError
A bit flow was tried to be parsed that doesn’t exist
FontModeParseError
A font mode was tried to be parsed that doesn’t exist

Enums§

BitFlow
In what direction the bits inside a byte flow in a monochromatic font.
FontMode
The mode in which the font should be generated
GenerationError
An error that can occur during font generation

Functions§

generate_monochromatic
Generate a single monochromatic font

Type Aliases§

Result
Result type that uses this crates error by default