Skip to content

Instantly share code, notes, and snippets.

View korniux's full-sized avatar
🔥

Ivan Burkov korniux

🔥
View GitHub Profile
@korniux
korniux / ttf2png.py
Created July 15, 2020 12:47
Extracts TTF to individual glyphs
#!/usr/bin/env python3
import sys
import os
import subprocess
from itertools import chain
from fontTools.ttLib import TTFont
from fontTools.unicode import Unicode