mcfonts.serde.unihex¶
For details on the Unifont .hex format, see https://en.wikipedia.org/wiki/GNU_Unifont#.hex_format.
It a simple 1:1 codepoint-glyph format and no metadata or typesetting features.
Module Contents¶
- class ToUnihexData¶
Bases:
ProtocolProtocol for turning a glyph into GNU Unihex data.
- class UnihexSaver¶
Bases:
ProtocolProtocol for saving a provider to the GNU Unihex format.
- save_font(font: mcfonts.font.MinecraftFont) str¶
- Parameters:¶
- font : mcfonts.font.MinecraftFont¶
- Return type:¶
str