SVGFonts v1.7 Release Notes

Release Date: 2018-05-09 // almost 6 years ago
    • ๐Ÿ›  Fixed a bug (Fontforge seems to use SVG namespace for some time, which it didn't before)
    • ๐Ÿšš unsafePerformIO removed
    • โฌ‡๏ธ drop support for GHC 7.6
    • ๐Ÿ— Build with GHC-8.4

Previous changes from v1.6

    • ๐ŸŽ Performance improvement: port ReadPath to use attoparsec
    • ๐Ÿ†• New loadFont' function, to read font data from an XmlSource
    • Export Kern(..) from Graphics.SVGFonts.ReadFont
    • ๐Ÿ†• New Serialize instances for FontData and Kern