typography/svg

    Dark Mode
Search:
Group by:

Procs

proc readFontSvg(f: Stream): Font {...}{.raises: [Defect, IOError, OSError, ValueError,
                                        Exception, XmlError],
                                tags: [ReadIOEffect, RootEffect, WriteIOEffect].}
Read an SVG font from a stream.
proc readFontSvg(filename: string): Font {...}{.raises: [OSError, Defect, IOError,
    ValueError, Exception, XmlError], tags: [ReadDirEffect, ReadIOEffect, RootEffect,
    WriteIOEffect].}
Read an SVG font from a file.