We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ab988 commit b5993dcCopy full SHA for b5993dc
p5/visualTests/sanityTests/2DSanityTests/test5.py
@@ -2,7 +2,8 @@
2
import os
3
font = None
4
5
-dirname = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
+dirname = os.path.dirname(os.path.realpath(__file__))
6
+
7
def preload():
8
global font
9
# TODO: Use bunch of different fonts formats like otf,rtf etc
0 commit comments