Pre-release 0.1.0
Pre-release
Pre-release
Full Changelog: v0.0.1...v0.1.0
- Added glyph storage feature.
- Class
Glyph
- Objects that store code points and corresponding glyphs.
- Class
GlyphSet
- Objects that store a set of
Glyph
objects. - Supports adding, removing, updating, getting glyphs, etc.
- Supports calling magic methods to complete the above operations.
- Objects that store a set of
- Class
- Supported loading and saving
.hex
files via functionload_hex_file()
andsave_hex_file()
.