Skip to content

Instantly share code, notes, and snippets.

View rojan-rijal's full-sized avatar
💻
Hacking

Rojan Rijal rojan-rijal

💻
Hacking
View GitHub Profile
@anthrotype
anthrotype / svg2glif.py
Created September 8, 2017 13:02
svg2glif: convert SVG paths to UFO glyphs
#!/usr/bin/env python
""" Convert SVG paths to UFO glyphs.
"""
# Author: Cosimo Lupo
# Email: cosimo@anthrotype.com
# License: Apache Software License 2.0
from __future__ import print_function, absolute_import
__requires__ = ["svg.path", "ufoLib", "FontTools"]