10 lines
226 B
Python
10 lines
226 B
Python
# (c) Copyright 2023 by Coinkite Inc. This file is covered by license found in COPYING-CC.
|
|
#
|
|
# Autogen'd file. See misc/q1font/render.py
|
|
#
|
|
|
|
from ucollections import namedtuple
|
|
|
|
GlyphInfo = namedtuple('GlyphInfo', 'w h bits')
|
|
|