Crate codepage437

Source

Modules§

ascii
Constants for ASCII values
raw
Raw binary data for various bitmap fonts

Structs§

CP437String
Structure to store a string represented by Codepage 437 glyphs
Font
Structure to hold, read, write, and generate rgba data for fonts

Enums§

CP437Error
Error to indicate a string cannot be represented with Codepage 437 glyphs
FontError
Custom error used when generating, reading, and writing fonts

Traits§

DrawFont
Method for drawing font data received from crate::Font::to_bytes to an RGBA buffer