Esempio n. 1
0
 public override object Create(string fontName, double size, Xwt.Drawing.FontStyle style, Xwt.Drawing.FontWeight weight, Xwt.Drawing.FontStretch stretch)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public override object SetStyle(object handle, Xwt.Drawing.FontStyle style)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public static int ToUnderlineStyle(this Xwt.Drawing.FontStyle style)
 {
     throw new NotImplementedException();
 }