public override void SetFontWeight(object backend, Xwt.Drawing.FontWeight weight, int startIndex, int count)
 {
     var t = (TextLayoutBackend)backend;
     t.FormattedText.SetFontWeight (weight.ToWpfFontWeight (), startIndex, count);
 }