Change log
View Source0.11.0 (July 28, 2026)
- Support passing Unicode strings to
egd:text/5 - Correct several named color values (
white,redand a few others) - Include Cozette font for more complete Unicode glyph support
- Include Terminus font and add more glyphs to default 6x11 font
0.10.1 (February 09, 2025)
- Align to OTP 24: use
erlang:crc32/1instead ofzlib:crc32/2, as the later one has been deprecated in OTP 24 and was removed in OTP 27. - Convert documentation from
erl_docgenstyle XML files toex_docstyle Markdown files.
Previous versions
- 0.10.0: Add
egd_font:load_binary/1 - 0.9.1: Reinstate
priv_dirwith fonts - 0.9.0: Initial commit or erlang/egd