Currently I am extending the LazMapViewer to handle rotated text. I thought it would be convenient to rotate the text around its center and implemented this feature in this way for the default drawer based on LazIntfImage.
There is also a drawing engine using BGRABitmap. And when I rotate the text here, I see that the rotation center is in the upper left text corner. Is there a way to set parameters such that rotation occurs around the center here, too?