Hello
I'm ussing the method CreateMaskTextStyle for label street's with the properties set like that:
FontFamilyName = "Arial"
FontSize = 7
FontStyle = DrawingFontStyles.Regular
.PointPlacement = PointPlacement.UpperCenter
.TextLineSegmentRatio = Double.MaxValue
.SplineType = SplineType.StandardSplining
In some cases when the labels are rendered, the mask is rendered wrong as you can see in the next images:
How can I fix that?