↓ 1 callersFunctiongetArcPoints(centerx, centery, radius, startangledegrees, endangledegrees, yradius=None, degreedelta=None, reverse=None)
src/reportlab/graphics/shapes.py:945
↓ 1 callersFunctiongetCharWidthsReturns a list of glyph widths. Should be easy to optimize in _rl_accel >>> getCharWidths('Hello', 'Courier', 10) [6.0, 6.0, 6.0, 6.0, 6.0]
src/reportlab/lib/textsplit.py:38