bigger font
This commit is contained in:
parent
def7acc30c
commit
7dd4af8db2
@ -96,7 +96,7 @@ class ProjectView(tk.Frame, AbstractView):
|
||||
x = index_finger['x']
|
||||
y = index_finger['y']
|
||||
x, y = self.scale_points(x, y)
|
||||
self.canvas.create_text(x,y,fill="darkblue", text= self.text_to_write, tags='text')
|
||||
self.canvas.create_text(x,y,fill="darkblue", text= self.text_to_write, tags='text',font=("Purisa", 20))
|
||||
|
||||
if start_stop == 'start':
|
||||
print('start')
|
||||
|
Loading…
Reference in New Issue
Block a user