mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 04:24:52 +02:00
Split up the fonts module into a package
This commit is contained in:
5
kitty/fonts/render.py
Normal file
5
kitty/fonts/render.py
Normal 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
|
||||
Reference in New Issue
Block a user