(fraction)
| 134 | return int(fraction * window.width/DEFAULT_WINDOW_WIDTH) |
| 135 | |
| 136 | def scale_to_height(fraction): |
| 137 | return int(fraction * window.height/DEFAULT_WINDOW_HEIGHT) |
| 138 | |
| 139 | def calc_fontsize(size): |
| 140 | return size * (window.height/DEFAULT_WINDOW_HEIGHT) |
no outgoing calls
no test coverage detected