mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Code to render character cells
This commit is contained in:
@@ -992,7 +992,7 @@ class Face( object ):
|
||||
FT_Done_Face( self._FT_Face )
|
||||
|
||||
def __repr__(self):
|
||||
return 'Face({})'.format(self.family_name)
|
||||
return 'Face({}, {})'.format(self.family_name, self.style_name)
|
||||
|
||||
def attach_file( self, filename ):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user