comparison pyntnclick/constants.py @ 705:29ff33d5a1a4 pyntnclick

Add DejaVu fonts
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 04 Aug 2012 19:32:26 +0200
parents 36d7f7e9650e
children 38f537b0ee82
comparison
equal deleted inserted replaced
704:506568326790 705:29ff33d5a1a4
23 button_size = 50 23 button_size = 50
24 scene_size = (screen[0], screen[1] - button_size) 24 scene_size = (screen[0], screen[1] - button_size)
25 frame_rate = 25 25 frame_rate = 25
26 debug = _get_debug() 26 debug = _get_debug()
27 27
28 font = 'Vera.ttf' 28 font = 'DejaVuSans.ttf'
29 bold_font = 'VeraBd.ttf' 29 bold_font = 'DejaVuSans-Bold.ttf'
30 mono_font = 'Monospace.ttf' 30 mono_font = 'DejaVuSans-Mono.ttf'
31 font_size = 16 31 font_size = 16
32 text_color = 'black' 32 text_color = 'black'
33 label_padding = 10 33 label_padding = 10
34 label_border = 3 34 label_border = 3
35 label_bg_color = (180, 180, 180, 220) 35 label_bg_color = (180, 180, 180, 220)