Alright, I'm drawing my text using Graphics.DrawString. This is how I'm doing it:<BR><pre class="ip-ubbcode-code-pre">gfx.DrawString( "string to draw", font, brush ...
"ScaleTransform" will affect on all graphics except "DrawString". issue is reproduced only on Mac platform var outputFile = "output"; for(int i = 0; i < 5; i++) { int scale = 1 + i; using(var bitmap = ...