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

View File

@@ -6,7 +6,7 @@ from ctypes import addressof, sizeof
from functools import lru_cache
from threading import Lock
from .fonts import render_cell
from .fonts.render import render_cell
from .fast_data_types import (
glCreateProgram, glAttachShader, GL_FRAGMENT_SHADER, GL_VERTEX_SHADER,
glLinkProgram, GL_TRUE, GL_LINK_STATUS, glGetProgramiv,