Closed
Description
The documentation for TextArea
strongly suggests that the keyword argument fontprops
should be a FontProperties
object. However, inspecting the source code suggests that fontprops
should instead be a dictionary of keyword arguments that will be passed to the Text
object inside TextArea
.
I propose rewording the documentation to make it clear that fontprops
should be a dictionary of keyword arguments.