Expand description
Utility to create simple font files for embedded devices.
Structs§
- BitFlow
Parse Error - A bit flow was tried to be parsed that doesn’t exist
- Font
Mode Parse Error - 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.
- Font
Mode - The mode in which the font should be generated
- Generation
Error - 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