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
The currx argument is unused, and realistic uses of glyph_to_path that
may need currx (to generate the path for layouting multiple glyphs)
would likely cache the path for performance anyways (as TextToPath
does).
If we deprecate currx, then we may as well deprecate glyph_to_path which
becomes synonym to `font.get_path()`.
0 commit comments