On Wed Feb 7 19:36:46 2024 +0000, Santino Mazza wrote:
About text rotation in draw_string_callback, should it be included in this merge request? dx and dy refers to direction? And where would they come from in draw_driver_string?
Given that scaling and rotating text using a transform already works, font linking should account for that.
In the case of SOFTWARE_GdipDrawDriverString, I think it should be the sum of the gmCellIncX and gmCellIncY values. I'm not sure how to work it out when using ExtTextOut.