lls115
Results
1
issues of
lls115
``` class GlyphEntry: """Glyph cache entry.""" def __init__(self, glyph: Glyph): """Construct a cache entry from a glyph.""" # Glyph origin. self.x = glyph.x self.y = glyph.y self.w = glyph.w self.h...
bug
help wanted
question