You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to understand the font rendering process in render_curved(self, font, word_text) function of text_utils.py. I focus on these lines, but I can't understand why ch_bounds is computed as this, in line 189.
I'm trying to understand the font rendering process in render_curved(self, font, word_text) function of text_utils.py. I focus on these lines, but I can't understand why ch_bounds is computed as this, in line 189.
`
I have something don't understand:
I imitated this rendering process as follows:
`
The result show like this.
So why we don't just use this ?
`
How do you consider the position of each character?
The text was updated successfully, but these errors were encountered: