Keya wrote:DrawVectorParagraph() vs DrawVectorText(), Arial Bold 16 @ Win32, zoomed in. Interesting differences! They both beat DrawText() though
We had to turn off some font hinting options for DrawVectorText() as otherwise the width of the drawing output does not match what VectorTextWidth() returns (making that command pretty useless). DrawVectorParagraph() does not suffer from this problem because text is layed out so it fits a bounding box, so there was no reason to turn off these options there. This only affects the Windows version.
It's best with the option off (or at least optional) as if you are creating something to be (eventually) printed on a printer then it does not look right if cleartype is used. (black text on white gets a kind of brown/blue tint on the character edges rather than proper black and white)