Pre-release 0.0.1
Pre-release
Pre-release
- Added converter feature.
- Class
ImgConverter
andHexConverter
- Convert between glyph pixel data and Unifont
.hex
format string. - Supports different image formats.
- White as
0
, black as1
(Official). - Transparent as
0
, white as1
(Minecraft).
- White as
- Supports printing Unifont glyphs to the console.
- Able to display hexadecimal and binary strings on the left at the same time.
- Supports saving Unifont glyphs as PNG images.
- Convert between glyph pixel data and Unifont
- Class