Split up the fonts module into a package

This commit is contained in:
Kovid Goyal
2016-12-07 11:16:10 +05:30
parent c205604294
commit 5f77e486f0
6 changed files with 73 additions and 60 deletions

5
kitty/fonts/render.py Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
# License: GPL v3 Copyright: 2016, Kovid Goyal <kovid at kovidgoyal.net>
from .freetype import set_font_family, render_cell # noqa