Try surrounding your text with Unicode NULL characters.
var st = “\u0000” + " testing " + “\u0000”;
Draw.TextFixed(this, “testingfixed”, st, TextPosition.Center, Brushes.Red, yourFont, Brushes.Green, Brushes.Blue, 100);
Cheers!
Try surrounding your text with Unicode NULL characters.
var st = “\u0000” + " testing " + “\u0000”;
Draw.TextFixed(this, “testingfixed”, st, TextPosition.Center, Brushes.Red, yourFont, Brushes.Green, Brushes.Blue, 100);
Cheers!