Skip to content

Commit 6a30b32

Browse files
author
Margaret Matocha
committed
ran black
1 parent 119a7d0 commit 6a30b32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/display_text_label_vs_bitmap_label_alternating.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
]
100100

101101

102-
103102
for i, fontFile in enumerate(fontFiles):
104103

105104
if use_builtinfont:
@@ -112,7 +111,9 @@
112111
fontList.append(thisFont)
113112

114113

115-
preload_glyphs = True # set this to True if you want to preload the font glyphs into memory
114+
preload_glyphs = (
115+
True # set this to True if you want to preload the font glyphs into memory
116+
)
116117
# preloading the glyphs will help speed up the rendering of text but will use more RAM
117118

118119
if preload_glyphs:

0 commit comments

Comments
 (0)