diff --git a/lib/matplotlib/text.pyi b/lib/matplotlib/text.pyi index ff9f0314b7c9..67427f3e1068 100644 --- a/lib/matplotlib/text.pyi +++ b/lib/matplotlib/text.pyi @@ -4,6 +4,10 @@ from .font_manager import FontProperties from .offsetbox import DraggableAnnotation from .path import Path from .patches import FancyArrowPatch, FancyBboxPatch +from .textpath import ( # noqa: reexported API + TextPath as TextPath, + TextToPath as TextToPath, +) from .transforms import ( Bbox, BboxBase,