DrawableFont.drawString

Please note the point is upperLeft, NOT baseline! This is the point of a bounding box of the string.

Implementations must use the painter's fillColor to draw a rectangle behind the string, then use the outlineColor to draw the string. It might alpha composite if there's a transparent fill color, but that's up to the implementation.

interface DrawableFont
void
drawString
Suggestion Box / Bug Report