Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
9d44728d
Unverified
Commit
9d44728d
authored
Jul 02, 2021
by
Wei Shengyu
Committed by
GitHub
Jul 02, 2021
Browse files
dbg (#3236)
parent
7608f163
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
StyleText/engine/text_drawers.py
StyleText/engine/text_drawers.py
+1
-1
No files found.
StyleText/engine/text_drawers.py
View file @
9d44728d
...
...
@@ -66,6 +66,7 @@ class StdTextDrawer(object):
corpus_list
.
append
(
corpus
[
0
:
i
])
text_input_list
.
append
(
text_input
)
corpus
=
corpus
[
i
:]
i
=
0
break
draw
.
text
((
char_x
,
2
),
char_i
,
fill
=
(
0
,
0
,
0
),
font
=
font
)
char_x
+=
char_size
...
...
@@ -78,7 +79,6 @@ class StdTextDrawer(object):
corpus_list
.
append
(
corpus
[
0
:
i
])
text_input_list
.
append
(
text_input
)
corpus
=
corpus
[
i
:]
break
return
corpus_list
,
text_input_list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment