-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Milestone
Description
dataplotlib needs to be able to draw text so it can draw labels on the axes, add a chart title, and do other important things. Ideally, the Draw trait would have two new methods: one to draw text at an arbitrary location, and one to modify the current font properties such as the size and font face being used. With SDL2, drawing text is actually fairly straightforward, but I'm not sure what the best approach is for finding the installed fonts on a given system in a crossplatform manner. We could definitely bundle a free font with dataplotlib as a default and as a fallback in case we can't find a particular requested font.
Reactions are currently unavailable