Expand description
Extended ascii used as the default for mapping chars to terminal glyphs. Note this is simply the default, a custom mapping can be defined via crate::render::UvMapping
Structs§
Enums§
- Glyph
- An ascii glyph that can be drawn to a terminal.
Functions§
- char_
to_ index - Convert a char to it’s corresponding ascii glyph index (0..256)
- index_
to_ char - Convert an index to it’s corresponding ascii glyph (0..256)
- try_
index_ to_ char