Quantcast
Channel: magick Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 1011

Created Unassigned: TextKerning works only with negative values [1425]

$
0
0
Drawables TextKerning works only with negative values and shrink text. But positive values has no effect.

new Drawables()
.Font(fontName, FontStyleType.Any, action.FontWeight, FontStretch.Any)
.FillColor(color)
.FontPointSize(fontSize)
.TextAntialias(true)
.TextAlignment(action.Alignment)
.Text(positionInPixels.X, positionInPixels.Y, text)
.TextKerning(-5) // -5 works +5 has no effect (but regarding to magic documentation must work)
.Draw(canvas);

Viewing all articles
Browse latest Browse all 1011

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>