This commit is contained in:
Peter D. Gray 2024-02-28 09:15:33 -05:00
parent 9a8dab92d1
commit bf05d4779b
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
3 changed files with 2 additions and 2 deletions

View File

@ -215,9 +215,9 @@ def doit(out_fname='font_iosevka.py', cls_name='FontIosevka'):
draw.text((x_shift, y_offset + 0), '➡︎', 'white', font)
draw.rectangle( ( 2,4, 2+2, CELL_H-7), 'white')
draw.rectangle( ( 1,4, 1+1, CELL_H-7), 'black')
img.save('tab-key.png')
#img.save('tab-key.png')
draw.rounded_rectangle( ( 0,0, (CELL_W*2)-1, CELL_H-1), 4, outline='white')
img.save('tab-key-framed.png')
#img.save('tab-key-framed.png')
elif ch in KEYCAP_SYMBOLS:
if ch == KEY_NFC:
x_shift += 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B