Tig
Tig
Likely related to https://github.com/mono/libgdiplus/issues/623 as I believe what you are seeing is `DrawText` relying on the same logic that `MeasureString` uses which results in it measuring text as smaller than...
> Hi tig, is this problem solved? Not that I know of.
Pretty sure `MeasureString` uses `MeasureCharacterRanges`. Therefore, it's entirely likely/probable that this is related to https://github.com/mono/libgdiplus/issues/623 Notice the values on Linux are always rounded?